We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a08ab commit 3cbdd5eCopy full SHA for 3cbdd5e
Makefile
@@ -34,12 +34,12 @@ check:
34
## test-unit: run unit tests
35
.PHONY: test-unit
36
test-unit:
37
- npx vitest --dir test/unit --run --reporter verbose --config vitest.config.ts
+ npx vitest --dir test/unit --run --reporter verbose --config vitest.config.mjs
38
39
## test-integration: run integration tests
40
.PHONY: test-integration
41
test-integration:
42
- npx vitest --dir test/integration --run --reporter verbose --config vitest.config.ts
+ npx vitest --dir test/integration --run --reporter verbose --config vitest.config.mjs
43
44
## test: run all tests
45
.PHONY: test
vitest.config.ts renamed to vitest.config.mjs
0 commit comments