Skip to content

Commit

Permalink
Update packages/test-kit/src/with-feature.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Omry Nachman <[email protected]>
  • Loading branch information
barak007 and daomry authored Dec 10, 2023
1 parent 2d381b0 commit db41196
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 @@ -402,7 +402,7 @@ export function withFeature(withFeatureOptions: IWithFeatureOptions = {}): WithF
group: WITH_FEATURE_DISPOSABLES,
name: `close feature "${featureName}"`,
timeout: withFeatureOptions.featureDisposeTimeout ?? 10_000,
dispose: () => runningFeature.dispose(),
dispose: runningFeature,
});

const search = toSearchQuery({
Expand Down

0 comments on commit db41196

Please sign in to comment.