Convert parser and tokenizer tests to javascript

This commit is contained in:
kpdecker
2013-06-01 16:25:45 -05:00
parent 7f82f27c5f
commit d13ae310d3
5 changed files with 488 additions and 749 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
"handlebars": "bin/handlebars"
},
"scripts": {
"test": "node_modules/.bin/mocha -u qunit spec/qunit_spec.js"
"test": "node_modules/.bin/mocha spec/tokenizer.js spec/parser.js && node_modules/.bin/mocha -u qunit spec/qunit_spec.js"
},
"optionalDependencies": {}
}