Skip to content

Commit

Permalink
Break three main tests into their own scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed May 20, 2020
1 parent 4c59ce6 commit 65af47c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -30,8 +30,9 @@
"publish": "lerna publish --force-publish=\"*\"",
"publish-ci": "lerna publish -y --canary --preid ci --pre-dist-tag ci",
"publish-next": "lerna publish --force-publish=\"*\" --dist-tag next --preid rc",
"test": "yarn test-jest && yarn test-types",
"test-jest": "jest --runInBand --detectOpenHandles && nyc --reporter lcov tape packages/remark-mdx/test/index.js",
"test": "yarn test-jest && yarn test-parser && yarn test-types",
"test-jest": "jest --runInBand --detectOpenHandles",
"test-parser": "nyc --reporter lcov tape packages/remark-mdx/test/index.js",
"test-types": "lerna run test-types"
},
"devDependencies": {
Expand Down

0 comments on commit 65af47c

Please sign in to comment.