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 5397021 commit b566f71Copy full SHA for b566f71
package.json
@@ -12,7 +12,8 @@
12
"build": "tsc --build tsconfig.app.json --force",
13
"build:tests": "tsc --project tsconfig.app.json --outDir dist-test --declarationDir dist && tsc --build tsconfig.test.json",
14
"clean": "rm -rf dist* *.tsbuildinfo",
15
- "test": "npm run build:tests && node --test"
+ "test": "npm run build:tests && node --test --experimental-test-snapshots",
16
+ "test-update-snapshots": "npm run build:tests && node --test --test-update-snapshots --experimental-test-snapshots"
17
},
18
"devDependencies": {
19
"@types/node": "^22.5.5",
0 commit comments