Skip to content

Commit

Permalink
Remove glob.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaovieira committed Dec 31, 2019
1 parent bb554d2 commit 1daab45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"pretest": "linklocal",
"posttest": "eslint .",
"mocha": "cross-env BABEL_ENV=test NODE_PATH=./src nyc -s mocha -R dot --recursive -t 5s",
"test": "npm run mocha -- \"tests/{src,config}\"",
"test": "npm run mocha -- \"tests/config\"",
"test-compiled": "npm run prepublish && NODE_PATH=./lib mocha --compilers js:babel-register --recursive \"tests/{src,config}\"",
"test-all": "npm test && for resolver in ./resolvers/*; do cd $resolver && npm test && cd ../..; done",
"prepublish": "npm run build",
Expand Down

0 comments on commit 1daab45

Please sign in to comment.