karma-electron
Advanced tools
Comparing version 4.1.1 to 4.1.2
# karma-electron changelog | ||
4.1.2 - Added reference application for default `electron` behavior | ||
4.1.1 - Added requirements and notices to README. Fixes #13 | ||
@@ -3,0 +5,0 @@ |
{ | ||
"name": "karma-electron", | ||
"description": "Karma launcher and preprocessor for Electron", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"homepage": "https://github.com/twolfson/karma-electron", | ||
@@ -26,2 +26,3 @@ "author": { | ||
"lint": "twolfson-style lint lib/ test/", | ||
"start-reference": "electron test/reference", | ||
"test": "npm run test-karma-all && npm run lint", | ||
@@ -28,0 +29,0 @@ "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 && npm run test-karma-eof-comment && npm run test-karma-source-map", |
@@ -29,3 +29,3 @@ // Load in our dependencies | ||
describe('in the top level', function () { | ||
// DEV: Determined exepctations via https://gist.github.com/twolfson/c6213aa59f7c3f6477a7 | ||
// DEV: Determined exepctations via `../reference` | ||
it('identify as the page itself', function () { | ||
@@ -46,3 +46,3 @@ // jscs:disable maximumLineLength | ||
describe('in a child module', function () { | ||
// DEV: Determined exepctations via https://gist.github.com/twolfson/c6213aa59f7c3f6477a7 | ||
// DEV: Determined exepctations via `../reference` | ||
it('identify as a standalone module', function () { | ||
@@ -49,0 +49,0 @@ assert(/test[\/\\]integration-test[\/\\]test-files[\/\\]submodule\.js$/.test(submodule.filename), |
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
39337
31
581