2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Adding nodeunit

This commit is contained in:
Matt Zabriskie
2014-08-27 01:03:49 -06:00
parent 85e9330c8c
commit 0d0b837020
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'dist/axios.js',
'specs/axios.spec.js'
'test/specs/axios.spec.js'
],