Skip to content

Commit

Permalink
FIX 💥 Error with cause by default (#4489)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz authored Nov 6, 2024
1 parent 6ba89c5 commit af86a96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/worker/test/e2e/blockEventLoop.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { isMainThread } from 'node:worker_threads';
import type { Parameters } from 'fast-check';
import { assert } from '@fast-check/worker';
import { describe, it, expect } from 'vitest';
import { describe, it } from 'vitest';

/* eslint-disable @typescript-eslint/ban-ts-comment */
// @ts-ignore
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/test/e2e/failing.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { isMainThread } from 'node:worker_threads';
import type { Parameters } from 'fast-check';
import { assert } from '@fast-check/worker';
import { describe, it, expect } from 'vitest';
import { describe, it } from 'vitest';

/* eslint-disable @typescript-eslint/ban-ts-comment */
// @ts-ignore
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/test/e2e/unregistered.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { isMainThread } from 'node:worker_threads';
import type { Parameters } from 'fast-check';
import { assert } from '@fast-check/worker';
import { describe, it, expect } from 'vitest';
import { describe, it } from 'vitest';

/* eslint-disable @typescript-eslint/ban-ts-comment */
// @ts-ignore
Expand Down

0 comments on commit af86a96

Please sign in to comment.