Skip to content

Commit cb82b91

Browse files
committed
Update snapshots
1 parent efcb46a commit cb82b91

File tree

2 files changed

+220
-2
lines changed

2 files changed

+220
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"check-types:extension": "tsc --noEmit",
231231
"check-types:webview": "cd webview-ui && npm run check-types",
232232
"test": "npm-run-all -l -s test:*",
233-
"test:extension": "jest -- -u",
233+
"test:extension": "jest",
234234
"test:webview": "cd webview-ui && npm run test",
235235
"build": "npm-run-all -l -s build:webview build:extension",
236236
"build:extension": "mkdir -p bin && npx vsce package --out bin",

0 commit comments

Comments
 (0)