Skip to content

Commit

Permalink
chore(webpack): remove setupTests, it's not used by anything
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed May 9, 2024
1 parent 2245351 commit 00d0c8a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion client/config/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const config = {
appSrc: resolveApp("src"),
appTsConfig: resolveApp("tsconfig.json"),
yarnLockFile: resolveApp("../yarn.lock"),
testsSetup: resolveModule(resolveApp, "src/setupTests"),
proxySetup: resolveApp("src/setupProxy.js"),
publicUrlOrPath,
libsPath: resolveApp("../libs"),
Expand Down
1 change: 0 additions & 1 deletion client/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ function config(webpackEnv) {
{ file: "**/src/**/__tests__/**" },
{ file: "**/src/**/?(*.){spec|test}.*" },
{ file: "**/src/setupProxy.*" },
{ file: "**/src/setupTests.*" },
],
},
}),
Expand Down
20 changes: 0 additions & 20 deletions client/src/setupTests.js

This file was deleted.

0 comments on commit 00d0c8a

Please sign in to comment.