Skip to content

Commit 05af700

Browse files
committed
Testing: Adding the watch command
1 parent 38e34f9 commit 05af700

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"scripts": {
1515
"build-clean": "rimraf ./packages/*/build ./packages/*/build-browser ./packages/*/build-module",
1616
"build": "node ./scripts/build.js",
17-
"test": "jest"
17+
"test": "jest",
18+
"watch": "jest --watch"
1819
}
1920
}

0 commit comments

Comments
 (0)