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 ba02809 commit 9185262Copy full SHA for 9185262
package.json
@@ -26,7 +26,7 @@
26
},
27
"scripts": {
28
"test": "npm run dist && npm run test:ci",
29
- "test:ci": "75lb-nature test-runner test/*.js",
+ "test:ci": "75lb-nature test-runner test/caching.js test/explain.js test/render.js",
30
"dist": "75lb-nature cjs-build index.js",
31
"docs": "75lb-nature jsdoc2md index.js lib/*.js > docs/api.md"
32
0 commit comments