Skip to content

Commit b28af3f

Browse files
committed
Switch from jest to vitest
1 parent 0e58201 commit b28af3f

File tree

9 files changed

+3539
-7210
lines changed

9 files changed

+3539
-7210
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ test-backend:
372372

373373
.PHONY: test-frontend
374374
test-frontend: node_modules
375-
@NODE_OPTIONS="--experimental-vm-modules --no-warnings" npx jest --color
375+
npx vitest run
376376

377377
.PHONY: test-check
378378
test-check:

jest.config.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)