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 41471ae commit 7fdf6c0Copy full SHA for 7fdf6c0
packages/test-case-component/package.json
@@ -4,7 +4,9 @@
4
"description": "Component for displaying results of test cases in cursorless-vscode-e2e",
5
"main": "index.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "build": "tsx src/lib/buildDictionary",
8
+ "test": "jest",
9
+ "test:watch": "jest --watch"
10
},
11
"keywords": [],
12
"author": "",
0 commit comments