Fix webview tests

This commit is contained in:
Matt Rubens
2024-12-14 23:05:12 -05:00
parent 27b684a911
commit deb4df4bc3
6 changed files with 334 additions and 399 deletions

View File

@@ -157,7 +157,7 @@
"package": "npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production",
"pretest": "npm run compile-tests && npm run compile && npm run lint",
"start:webview": "cd webview-ui && npm run start",
"test": "jest",
"test": "jest && npm run test:webview",
"test:webview": "cd webview-ui && npm run test",
"prepare": "husky",
"publish:marketplace": "vsce publish",