setup mocha-phantomjs, test runner, and a few Util tests

This commit is contained in:
Eric Rowell
2013-08-28 23:19:29 -07:00
parent 2f0c889b1e
commit 4247553708
4 changed files with 47 additions and 1 deletions

View File

@@ -8,7 +8,9 @@
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-replace": "~0.4.4",
"grunt-contrib-clean": "~0.4.1"
"grunt-contrib-clean": "~0.4.1",
"mocha": "~1.12.0",
"chai": "~1.7.2"
},
"readmeFilename": "README.md",
"main": "Gruntfile.js",