We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ecdc3 commit 4c44753Copy full SHA for 4c44753
1 file changed
tests/builtinHooks.spec.ts
@@ -3,7 +3,7 @@
3
* Tests the hook scripts that ship with Autohand
4
*/
5
6
-import { describe, test, expect, beforeEach, afterEach } from 'bun:test';
+import { describe, test, expect, beforeEach, afterEach } from 'vitest';
7
import { spawn, execSync } from 'node:child_process';
8
import fs from 'fs-extra';
9
import path from 'path';
0 commit comments