Add some tests to make sure we're packaging up the npm properly

This commit is contained in:
slackersoft
2014-08-26 07:47:21 -07:00
parent 3132d98f23
commit ea57ad97cf
4 changed files with 141 additions and 36 deletions

View File

@@ -2,7 +2,8 @@
"spec_dir": "spec",
"spec_files": [
"core/**/*.js",
"console/**/*.js"
"console/**/*.js",
"npmPackage/**/*.js"
],
"helpers": [
"helpers/nodeDefineJasmineUnderTest.js"