add modularity integration test
Showing
+63 -1
js/tests/integration/bundle-modularity.js
0 → 100644
... | ... | @@ -44,7 +44,7 @@ |
"js-test": "npm-run-all --parallel js-test-karma js-test-integration", | ||
"js-debug": "cross-env DEBUG=true karma start js/tests/karma.conf.js", | ||
"js-test-karma": "karma start js/tests/karma.conf.js", | ||
"js-test-integration": "rollup --config js/tests/integration/rollup.bundle.js", | ||
"js-test-integration": "rollup --config js/tests/integration/rollup.bundle.js && rollup --config js/tests/integration/rollup.bundle-modularity.js", | ||
"js-test-cloud": "cross-env BROWSER=true npm run js-test-karma", | ||
"lint": "npm-run-all --parallel js-lint css-lint", | ||
"docs": "npm-run-all docs-build docs-lint", | ||
... | ... | @@ -125,6 +125,7 @@ |
"postcss-cli": "^6.1.3", | ||
"rollup": "^1.21.4", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-istanbul": "^2.0.1", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"serve": "^11.1.0", | ||
... | ... |
Please register or sign in to comment