Use the same spec file pattern for both node and browser
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user