Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup reproduction #1

Merged
merged 1 commit into from
Nov 3, 2020
Merged

Conversation

SimenB
Copy link
Contributor

@SimenB SimenB commented Nov 2, 2020

I had issues reproducing, this is what I had to do locally to make it work

@@ -149,5 +148,8 @@
"presets": [
"react-app"
]
},
"resolutions": {
"jest-resolve-dependencies": "26.6.1"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the tests work now - remove this line and run yarn and they will fail

@@ -110,7 +109,7 @@
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
],
"testEnvironment": "jsdom",
"testRunner": "/Users/mamartynov/Projects/jest-resolve-bug/node_modules/jest-circus/runner.js",
"testRunner": "jest-circus/runner.js",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bug in CRA, I reported it here: facebook/create-react-app#9993

@FrontendMMA FrontendMMA merged commit 412fa22 into FrontendMMA:master Nov 3, 2020
@SimenB SimenB deleted the cleanup-repro branch November 3, 2020 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants