Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: package.json

Issue 1521283003: Run browser tests on Atom/Electron (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: package.json
diff --git a/package.json b/package.json
index cb9a155b86439ded57122036434806d366d11a01..91f619676ee6a3f89dda58619610a9bb9a29340b 100644
--- a/package.json
+++ b/package.json
@@ -16,9 +16,11 @@
},
"devDependencies": {
"chai": "^2.2.0",
+ "electron-prebuilt": "^0.36.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.8",
+ "karma-electron-launcher": "^0.0.5",
"karma-mocha": "^0.1.10",
"karma-requirejs": "^0.2.2",
"mocha": "^2.2.4",

Powered by Google App Engine
This is Rietveld 408576698