Skip to content

Commit

Permalink
fix tests ealush#521
Browse files Browse the repository at this point in the history
  • Loading branch information
Moses3301 committed Nov 30, 2020
1 parent 1d311a0 commit f0748d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prettier-watch": "onchange '**/*.js' '**/*.json' -- prettier --write {{changed}}",
"dev": "onchange -i './packages/**/src/**/*.js' -- yarn genJSConfig",
"genJSConfig": "node ./scripts/genJsconfig",
"test": "jest --projects ./packages/n4s",
"test": "jest --projects ./packages/",
"lint": "eslint . --ignore-path .gitignore",
"pretest": "yarn genJSConfig",
"docs": "node scripts/release/steps/updateDocs"
Expand Down

0 comments on commit f0748d5

Please sign in to comment.