karma-electron
Advanced tools
Comparing version 3.0.2 to 3.0.3
# karma-electron changelog | ||
3.0.3 - Added missing `test-karma-phantomjs` to `test-karma-all` | ||
3.0.2 - Added tests to verify we don't pollute non-Node environments | ||
@@ -3,0 +5,0 @@ |
{ | ||
"name": "karma-electron", | ||
"description": "Karma launcher and preprocessor for Electron", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"homepage": "https://github.com/twolfson/karma-electron", | ||
@@ -27,3 +27,3 @@ "author": { | ||
"test": "npm run test-karma-all && npm run lint", | ||
"test-karma-all": "npm run test-karma-single-run && npm run test-karma-failure && npm run test-karma-uncaught-exception && npm run test-karma-karma", | ||
"test-karma-all": "npm run test-karma-single-run && npm run test-karma-failure && npm run test-karma-uncaught-exception && npm run test-karma-karma && npm run test-karma-phantomjs", | ||
"test-karma-continuous": "karma start test/integration-test/karma.conf.js --no-single-run", | ||
@@ -30,0 +30,0 @@ "test-karma-karma-comment": "# DEV: We run `test-karma-karma` twice to verify no user-data-dir is leaking", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29882