Skip to content

Commit 7fdf6c0

Browse files
committed
chore: Bring scripts from old package.json
1 parent 41471ae commit 7fdf6c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/test-case-component/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "Component for displaying results of test cases in cursorless-vscode-e2e",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"build": "tsx src/lib/buildDictionary",
8+
"test": "jest",
9+
"test:watch": "jest --watch"
810
},
911
"keywords": [],
1012
"author": "",

0 commit comments

Comments
 (0)