Skip to content

Commit 31e5f7e

Browse files
committed
(#5) Added E2E test script
1 parent 82c6e20 commit 31e5f7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"clean": "rm -rf dist",
4848
"compile": "npm run clean && tsc -p .",
4949
"test": "jest --runInBand",
50+
"test:e2e": "npm --prefix e2e/tests cit",
5051
"coverage": "jest --coverage --runInBand",
5152
"lint": "tslint -p tsconfig.json",
5253
"watch": "tsc -w -p .",

0 commit comments

Comments
 (0)