Add lodash.min.js support to test.js.

Former-commit-id: c5c6cc47631752862c8f7b3b0f3d7b004493c01b
This commit is contained in:
John-David Dalton
2013-01-28 21:08:19 -08:00
parent 91c097e88d
commit ddde64ece9
2 changed files with 17 additions and 8 deletions

View File

@@ -47,6 +47,6 @@
},
"scripts": {
"build": "node ./build.js",
"test": "node ./test/test.js && node ./test/test-build.js"
"test": "node ./test/test.js && node ./test/test.js ./lodash.min.js && node ./test/test-build.js"
}
}