Skip to content

Commit

Permalink
Splitted test/validators.js to multiple subfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcholio authored and Markus committed Oct 30, 2021
1 parent ba4106f commit 12c8430
Show file tree
Hide file tree
Showing 83 changed files with 11,296 additions and 11,269 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"build:node": "babel src -d .",
"build": "run-p build:*",
"pretest": "npm run build && npm run lint",
"test": "nyc --reporter=cobertura --reporter=text-summary mocha --require @babel/register --reporter dot"
"test": "nyc --reporter=cobertura --reporter=text-summary mocha --require @babel/register --reporter dot --recursive"
},
"engines": {
"node": ">= 0.10"
Expand Down
Loading

0 comments on commit 12c8430

Please sign in to comment.