Skip to content

Commit 4c44753

Browse files
committed
fix: use vitest instead of bun:test in builtinHooks.spec.ts
1 parent 93ecdc3 commit 4c44753

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/builtinHooks.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Tests the hook scripts that ship with Autohand
44
*/
55

6-
import { describe, test, expect, beforeEach, afterEach } from 'bun:test';
6+
import { describe, test, expect, beforeEach, afterEach } from 'vitest';
77
import { spawn, execSync } from 'node:child_process';
88
import fs from 'fs-extra';
99
import path from 'path';

0 commit comments

Comments
 (0)