Use the same spec file pattern for both node and browser

This commit is contained in:
Steve Gravrock
2019-08-03 12:15:55 -07:00
parent 385ad33f60
commit b2d9aab2b8

View File

@@ -1,8 +1,8 @@
{
"spec_dir": "spec",
"spec_files": [
"core/**/*.js",
"npmPackage/**/*.js"
"core/**/*[Ss]pec.js",
"npmPackage/**/*[Ss]pec.js"
],
"helpers": [
"helpers/asyncAwait.js",