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

Side by Side Diff: Tools/GardeningServer/package.json

Issue 411763003: Set up mocha, chai and karma for sheriff-o-matic unit testing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm head/body tag Created 6 years, 4 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Tools/GardeningServer/karma.conf.js ('k') | Tools/GardeningServer/test/run-unit-tests.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "sheriff-o-matic",
3 "version": "0.1.0",
4 "repository": {
5 "type": "git",
6 "url": "https://chromium.googlesource.com/chromium/blink"
7 },
8 "devDependencies": {
9 "karma": "~0.12.17",
10 "karma-chrome-launcher": "~0.1.4",
11 "karma-mocha": "~0.1.6"
12 }
13 }
OLDNEW
« no previous file with comments | « Tools/GardeningServer/karma.conf.js ('k') | Tools/GardeningServer/test/run-unit-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698