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

Side by Side Diff: appengine/config_service/ui/bower_components/async/karma.conf.js

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 years, 6 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
OLDNEW
(Empty)
1 module.exports = function (config) {
2 config.set({
3 browsers: ['Firefox'],
4 files: ['mocha_test/*.js'],
5 frameworks: ['browserify', 'mocha'],
6 preprocessors: {
7 'mocha_test/*.js': ['browserify']
8 },
9 reporters: ['mocha'],
10 singleRun: true
11 });
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698