提交 0424d8c2 编写于 作者: M mzabriskie

Fixing issue with test suite running indefinitely in watch mode

上级 1629a026
......@@ -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']
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册