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

Side by Side Diff: polymer_0.5.0/bower_components/chai/karma.sauce.js

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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
1 var version = require('./package.json').version; 1 var version = require('./package.json').version;
2 var ts = new Date().getTime(); 2 var ts = new Date().getTime();
3 3
4 module.exports = function(config) { 4 module.exports = function(config) {
5 var auth; 5 var auth;
6 6
7 try { 7 try {
8 auth = require('./test/auth/index'); 8 auth = require('./test/auth/index');
9 } catch(ex) { 9 } catch(ex) {
10 auth = {}; 10 auth = {};
(...skipping 21 matching lines...) Expand all
32 32
33 config.sauceLabs = { 33 config.sauceLabs = {
34 username: auth.SAUCE_USERNAME 34 username: auth.SAUCE_USERNAME
35 , accessKey: auth.SAUCE_ACCESS_KEY 35 , accessKey: auth.SAUCE_ACCESS_KEY
36 , startConnect: true 36 , startConnect: true
37 , tags: tags 37 , tags: tags
38 , testName: 'ChaiJS' 38 , testName: 'ChaiJS'
39 , tunnelIdentifier: tunnel 39 , tunnelIdentifier: tunnel
40 }; 40 };
41 }; 41 };
OLDNEW
« no previous file with comments | « polymer_0.5.0/bower_components/chai/karma.conf.js ('k') | polymer_0.5.0/bower_components/chai/package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698