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 f1f6c7b commit 09246fcCopy full SHA for 09246fc
package.json
@@ -61,7 +61,7 @@
61
"build-aot-samples": "ngc -p tsconfig-aot-samples.json",
62
"bundle": "npm run build-aot && npm run prepare-dist",
63
"prepare-dist": "rollup -c rollup.config.umd.js",
64
- "pretest": "npm run bundle && npm run build",
+ "pretest": "npm run bundle && npm run build && bower install jquery-mockjax ",
65
"test": "karma start tests/karma.conf.js && npm run remap-istanbul",
66
"remap-istanbul": "npm run copy-coverage-report && npm run remap-istanbul-html && npm run remap-istanbul-lcov",
67
"remap-istanbul-html": "remap-istanbul -i coverage/karma-tmp/coverage.json -o coverage/html-report -t html",
0 commit comments