Skip to content

Commit

Permalink
rootdir
Browse files Browse the repository at this point in the history
  • Loading branch information
oshi97 committed Nov 16, 2021
1 parent cce781e commit 3007ee8
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": "./node_modules/jest-circus/runner.js",
"testRunner": "<rootDir>/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 3007ee8

Please sign in to comment.