Skip to content

Commit

Permalink
update jest (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Tate <tate@transcriptic.com>
  • Loading branch information
tatethurston and Tate committed Jan 20, 2022
1 parent ada5944 commit 4c18a63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions jest.config.js
@@ -1,4 +1,6 @@
// eslint-disable-next-line no-undef
module.exports = {
clearMocks: true,
coverageDirectory: "coverage",
testEnvironment: "jsdom",
};
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"lint:fix:md": "prettier --write '*.md'",
"lint:fix:package": "prettier-package-json --write package.json",
"lint:fix:ts": "eslint --fix './src/**/*.ts{,x}'",
"test": "yarn tsc && jest --testTimeout 5000 --rootDir dist",
"test": "jest src/*",
"test:ci": "yarn test --coverage",
"typecheck": "yarn tsc --noEmit",
"typecheck:watch": "yarn typecheck --watch",
Expand Down

0 comments on commit 4c18a63

Please sign in to comment.