mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
Fixing issue with test suite running indefinitely in watch mode
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ module.exports = function(grunt) {
|
||||
tasks: ['build']
|
||||
},
|
||||
test: {
|
||||
files: ['lib/**/*.js', 'test/**/*.js'],
|
||||
files: ['lib/**/*.js', 'test/**/*.js', '!test/typescript/axios.js', '!test/typescript/out.js'],
|
||||
tasks: ['test']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user