Skip to content

Commit c425880

Browse files
authored
Add script to enable npm run update-snapshots (#2568)
1 parent 0f922b2 commit c425880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"ci": "npm run tsc && npm run lint && npm run test run && npm run e2ec",
1919
"tsc": "tsc",
2020
"test": "NODE_OPTIONS='--no-deprecation' vitest",
21+
"update-snapshots": "npm test run -- -u",
2122
"e2e": "playwright test",
2223
"e2ec": "playwright test --project=chrome",
2324
"lint": "eslint --ext .js,.ts,.tsx app test mock-api",

0 commit comments

Comments
 (0)