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 eb2b83e commit 8ebe797Copy full SHA for 8ebe797
package.json
@@ -16,7 +16,9 @@
16
"lint:fix": "eslint --cache --fix src",
17
"prettier:check": "prettier --cache --check --plugin-search-dir=. src",
18
"prettier:fix": "prettier --cache --write --plugin-search-dir=. src",
19
- "preinstall": "npx only-allow pnpm"
+ "preinstall": "npx only-allow pnpm",
20
+ "test": "pnpm '/^test:.*/'",
21
+ "test:unit": "vitest"
22
},
23
"dependencies": {
24
"@astrojs/check": "^0.9.4",
@@ -30,7 +32,8 @@
30
32
"dayjs": "^1.11.13",
31
33
"sharp": "^0.33.5",
34
"svelte": "^4.2.19",
- "svelte-chartjs": "^3.1.5"
35
+ "svelte-chartjs": "^3.1.5",
36
+ "vitest": "^2.1.6"
37
38
"devDependencies": {
39
"@astrojs/ts-plugin": "^1.10.4",
0 commit comments