Skip to content

Commit 768e0fb

Browse files
committed
chore: configs
1 parent dbbc333 commit 768e0fb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = function(grunt) {
5757
username: grunt.option('sauce-username') || process.env.SAUCE_USERNAME,
5858
accessKey: grunt.option('sauce-access-key') || process.env.SAUCE_ACCESS_KEY,
5959
startConnect: grunt.option('sauce-local') ? false : true ,
60-
testName: 'Resumable.js'
60+
testName: 'flow.js'
6161
}
6262
}
6363
}

karma.conf.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Karma configuration
2-
// Generated on Sat Aug 17 2013 12:12:06 GMT+0300 (FLE Daylight Time)
3-
41
module.exports = function(config) {
52
config.set({
63

0 commit comments

Comments
 (0)