Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 882c581

Browse files
feat(test): dbTest, daoTest etc now expect vitest instead of jest
BREAKING CHANGE: ^^^
1 parent 3bb75c2 commit 882c581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/vitest.script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runScript(async () => {
1313

1414
files.forEach(filePath => {
1515
let s = fs2.readText(filePath)
16-
s = `import { describe, expect, test, vi, beforeEach, beforeAll } from 'vitest'\n` + s
16+
s = `import { describe, expect, test, vi, beforeEach, beforeAll } from 'vitest'\n\n` + s
1717
fs2.writeFile(filePath, s)
1818
console.log(`saved ${filePath}`)
1919
})

0 commit comments

Comments
 (0)