From b5e2a6396ab9d99ead85c5e762624f8a3600f721 Mon Sep 17 00:00:00 2001 From: Barak Date: Mon, 5 Feb 2024 15:25:15 +0200 Subject: [PATCH] feat!: use esbuild as main flow --- packages/test-kit/src/with-feature.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/test-kit/src/with-feature.ts b/packages/test-kit/src/with-feature.ts index 6cbce2464..5dfb321f4 100644 --- a/packages/test-kit/src/with-feature.ts +++ b/packages/test-kit/src/with-feature.ts @@ -266,7 +266,7 @@ export function withFeature(withFeatureOptions: IWithFeatureOptions = {}): WithF persist, takeScreenshotsOfFailed = true, allowStale = false, - buildFlow = (process.env.WITH_FEATURE_BUILD_FLOW || 'legacy') as 'prebuilt' | 'lazy' | 'legacy', + buildFlow = (process.env.WITH_FEATURE_BUILD_FLOW || 'prebuilt') as 'prebuilt' | 'lazy' | 'legacy', fixturePath: suiteFixturePath, dependencies: suiteDependencies, hooks: suiteHooks = {},