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

fix testRunner in package.json #55

Merged
merged 2 commits into from
Nov 16, 2021
Merged

fix testRunner in package.json #55

merged 2 commits into from
Nov 16, 2021

Conversation

oshi97
Copy link
Contributor

@oshi97 oshi97 commented Nov 16, 2021

This path does not exist anymore even on my local machine.

J=none
TEST=manual

can do "npm run test"

This path does not exist anymore even on my local machine.

J=none
TEST=manual

can do "npm run test"
@coveralls
Copy link

coveralls commented Nov 16, 2021

Coverage Status

Coverage remained the same at 75.532% when pulling 3007ee8 on dev/fix-test-runner into b159efd on main.

@@ -134,7 +134,7 @@
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
],
"testEnvironment": "jsdom",
"testRunner": "/Users/oshi/answers-headless/react-test-site/node_modules/jest-circus/runner.js",
"testRunner": "./node_modules/jest-circus/runner.js",
Copy link
Member

Choose a reason for hiding this comment

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

I know we're not using this, but should it be <rootDir> instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

either works (also tested cd-ing into a nested folder)

@oshi97 oshi97 merged commit 22d1f6b into main Nov 16, 2021
@oshi97 oshi97 deleted the dev/fix-test-runner branch November 16, 2021 19:24
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.

None yet

3 participants