Skip to content

Commit

Permalink
chore(bar): setup jest-ts-react
Browse files Browse the repository at this point in the history
  • Loading branch information
muravjev committed Oct 30, 2022
1 parent 7259d0e commit 74cd554
Show file tree
Hide file tree
Showing 3 changed files with 577 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,21 @@
"@muravjev/configs-eslint-ts": "^0.1.4",
"@muravjev/configs-eslint-ts-react": "^0.1.3",
"@muravjev/configs-jest-ts": "^0.1.7",
"@muravjev/configs-jest-ts-react": "^0.1.1",
"@muravjev/configs-prettier": "^0.1.3",
"@muravjev/configs-remark": "^0.1.3",
"@muravjev/configs-syncpack": "^0.1.2",
"@muravjev/configs-ts": "^0.1.1",
"@muravjev/configs-ts-react": "^0.1.3",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.7",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"eslint": "^8.26.0",
"husky": "^8.0.1",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"react": "^18.2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/bar/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@muravjev/configs-jest-ts-react');

0 comments on commit 74cd554

Please sign in to comment.