We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbc333 commit 768e0fbCopy full SHA for 768e0fb
Gruntfile.js
@@ -57,7 +57,7 @@ module.exports = function(grunt) {
57
username: grunt.option('sauce-username') || process.env.SAUCE_USERNAME,
58
accessKey: grunt.option('sauce-access-key') || process.env.SAUCE_ACCESS_KEY,
59
startConnect: grunt.option('sauce-local') ? false : true ,
60
- testName: 'Resumable.js'
+ testName: 'flow.js'
61
}
62
63
karma.conf.js
@@ -1,6 +1,3 @@
1
-// Karma configuration
2
-// Generated on Sat Aug 17 2013 12:12:06 GMT+0300 (FLE Daylight Time)
3
-
4
module.exports = function(config) {
5
config.set({
6
0 commit comments