Skip to content

Commit

Permalink
fix testRunner in package.json
Browse files Browse the repository at this point in the history
This path does not exist anymore even on my local machine.

J=none
TEST=manual

can do "npm run test"
  • Loading branch information
oshi97 committed Nov 16, 2021
1 parent b159efd commit cce781e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"transform": {
"^.+\\.(js|jsx|mjs|cjs|ts|tsx)$": "<rootDir>/config/jest/babelTransform.js",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
Expand Down

0 comments on commit cce781e

Please sign in to comment.