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.
2 parents 08f91d5 + 3b85bd4 commit 2bbee6eCopy full SHA for 2bbee6e
package.json
@@ -84,6 +84,9 @@
84
"test:unit": "mocha test/run_unit.js",
85
"test": "cd test; yarn test"
86
},
87
+ "nyc": {
88
+ "exclude": ["src/**/*.spec.js", "test/run_unit.js"]
89
+ },
90
"repository": "https://github.com/rackerlabs/helix-ui.git",
91
"author": "Ryan Johnson <[email protected]>",
92
"contributors": [
test/run_unit.js
@@ -11,4 +11,4 @@ global.sinon = sinon;
11
global.expect = expect;
12
13
// Add Tests Here
14
-require('../src/helix-ui/utils/index.spec');
+require('../src/helix-ui/utils/index.spec');
0 commit comments