Skip to content

Commit

Permalink
feat!: use esbuild as main flow (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
barak007 authored Feb 6, 2024
1 parent 29a195d commit 444b9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-kit/src/with-feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {},
Expand Down

0 comments on commit 444b9a9

Please sign in to comment.