We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c6e20 commit 31e5f7eCopy full SHA for 31e5f7e
package.json
@@ -47,6 +47,7 @@
47
"clean": "rm -rf dist",
48
"compile": "npm run clean && tsc -p .",
49
"test": "jest --runInBand",
50
+ "test:e2e": "npm --prefix e2e/tests cit",
51
"coverage": "jest --coverage --runInBand",
52
"lint": "tslint -p tsconfig.json",
53
"watch": "tsc -w -p .",
0 commit comments