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_dir": "spec",
"spec_files": [ "spec_files": [
"core/**/*.js", "core/**/*[Ss]pec.js",
"npmPackage/**/*.js" "npmPackage/**/*[Ss]pec.js"
], ],
"helpers": [ "helpers": [
"helpers/asyncAwait.js", "helpers/asyncAwait.js",