2
0
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:
mzabriskie
2015-06-18 20:49:08 -06:00
parent 1629a026da
commit 0424d8c2bf
+1 -1
View File
@@ -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']
}
}