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