Skip to content

Commit 3cbdd5e

Browse files
committed
get rid of the warning - The CJS build of Vite's Node API is deprecated
1 parent d0a08ab commit 3cbdd5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ check:
3434
## test-unit: run unit tests
3535
.PHONY: test-unit
3636
test-unit:
37-
npx vitest --dir test/unit --run --reporter verbose --config vitest.config.ts
37+
npx vitest --dir test/unit --run --reporter verbose --config vitest.config.mjs
3838

3939
## test-integration: run integration tests
4040
.PHONY: test-integration
4141
test-integration:
42-
npx vitest --dir test/integration --run --reporter verbose --config vitest.config.ts
42+
npx vitest --dir test/integration --run --reporter verbose --config vitest.config.mjs
4343

4444
## test: run all tests
4545
.PHONY: test
File renamed without changes.

0 commit comments

Comments
 (0)