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

Side by Side Diff: appengine/trooper_o_matic/karma.conf.js

Issue 774323002: Moved trooper_o_matic to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 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 unified diff | Download patch
« no previous file with comments | « appengine/trooper_o_matic/index.yaml ('k') | appengine/trooper_o_matic/lib/cqstats-util.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Karma configuration 1 // Karma configuration
2 // Generated on Tue Oct 07 2014 15:12:58 GMT+1100 (EST) 2 // Generated on Tue Oct 07 2014 15:12:58 GMT+1100 (EST)
3 3
4 module.exports = function(config) { 4 module.exports = function(config) {
5 config.set({ 5 config.set({
6 6
7 // base path that will be used to resolve all patterns (eg. files, exclude) 7 // base path that will be used to resolve all patterns (eg. files, exclude)
8 basePath: '', 8 basePath: '',
9 9
10 10
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 // start these browsers 62 // start these browsers
63 // available browser launchers: https://npmjs.org/browse/keyword/karma-launc her 63 // available browser launchers: https://npmjs.org/browse/keyword/karma-launc her
64 browsers: ['Chrome'], 64 browsers: ['Chrome'],
65 65
66 66
67 // Continuous Integration mode 67 // Continuous Integration mode
68 // if true, Karma captures browsers, runs the tests and exits 68 // if true, Karma captures browsers, runs the tests and exits
69 singleRun: false 69 singleRun: false
70 }); 70 });
71 }; 71 };
OLDNEW
« no previous file with comments | « appengine/trooper_o_matic/index.yaml ('k') | appengine/trooper_o_matic/lib/cqstats-util.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698