Skip to content

Commit

Permalink
chore: babel-jest-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianobovetti committed Nov 23, 2019
1 parent c68a02e commit 016c92a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 26 deletions.
25 changes: 0 additions & 25 deletions jest-transform.cjs

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"jest": {
"transform": {
"^.*\\.js$": "<rootDir>/jest-transform.cjs"
"^.*\\.js$": "babel-jest-modules"
},
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!@fpc)"
Expand Down Expand Up @@ -69,6 +69,7 @@
"@babel/preset-react": "^7.7.0",
"@babel/runtime": "^7.7.4",
"@testing-library/react-hooks": "^3.2.1",
"babel-jest-modules": "^0.0.2",
"coveralls": "^3.0.7",
"eslint": "^6.7.0",
"eslint-plugin-react": "^7.16.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1313,6 +1313,11 @@ aws4@^1.8.0:
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==

babel-jest-modules@^0.0.2:
version "0.0.2"
resolved "https://registry.yarnpkg.com/babel-jest-modules/-/babel-jest-modules-0.0.2.tgz#866012f6cdc6f6acae0e2c64dccf11f84aba0ad1"
integrity sha512-8dV7NAmYqD9u9ihBNtotI5tqLAbCWHaIS8y7HNym7iReubPMuxk5XRbEXb/EY9ElED1ABlH36WAz7WQ42DKtCQ==

babel-jest@^24.9.0:
version "24.9.0"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-24.9.0.tgz#3fc327cb8467b89d14d7bc70e315104a783ccd54"
Expand Down

0 comments on commit 016c92a

Please sign in to comment.