diff --git a/test/index.test.ts b/test/index.test.ts index 01668001..24e4c212 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -3,8 +3,8 @@ * SPDX-License-Identifier: MPL-2.0 */ -import { CdktfProviderProject, CdktfProviderProjectOptions } from "../src"; import { synthSnapshot } from "./utils"; +import { CdktfProviderProject, CdktfProviderProjectOptions } from "../src"; const getProject = ( opts: Partial = {}