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 87f5094 commit ce908feCopy full SHA for ce908fe
.gitignore
@@ -1,5 +1,7 @@
1
lib
2
xregexp-all.js
3
+.nyc_output
4
+coverage
5
6
# Compiled Python files
7
*.pyc
package.json
@@ -33,7 +33,7 @@
33
"prebuild": "npm run build-unicode-data && npm run lint && npm run babel",
34
"build": "browserify lib/index.js --standalone XRegExp > xregexp-all.js",
35
"pretest": "npm run build",
36
- "test": "jasmine JASMINE_CONFIG_PATH=tests/jasmine.json",
+ "test": "nyc --reporter=lcov --reporter=text-summary jasmine JASMINE_CONFIG_PATH=tests/jasmine.json",
37
"test-saucelabs": "npm run pretest && zuul tests/spec/*.js",
38
"test-browser": "npm run test-saucelabs -- --local --open",
39
"prepublish": "npm test"
0 commit comments