Skip to content

Commit

Permalink
update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Dec 14, 2023
1 parent 7113eae commit ced986d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"updates": "15.0.3",
"versions": "12.0.0",
"vitest": "0.34.6",
"vitest-config-silverwind": "3.0.0"
"vitest-config-silverwind": "5.0.0"
},
"dependencies": {
"picomatch": "2.3.1"
Expand Down
4 changes: 3 additions & 1 deletion vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ import {defineConfig} from "vitest/config";
import {backendTest} from "vitest-config-silverwind";

export default defineConfig({
test: backendTest,
test: {
...backendTest({url: import.meta.url}),
},
});

0 comments on commit ced986d

Please sign in to comment.