add unit testing

This commit is contained in:
Martin
2017-08-05 01:33:35 +02:00
parent bf55ced590
commit 521b10c3ae
9 changed files with 32362 additions and 1 deletions
+3 -1
View File
@@ -10,8 +10,10 @@
"browserify": "^13.1.1",
"gulp": "^3.9.0",
"jshint": "^2.9.5",
"qunit": "^1.0.0",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"vinyl-source-stream": "^1.1.0"
"vinyl-source-stream": "^1.1.0",
"gulp-qunit": "^1.5.0"
}
}