Skip to content

Commit

Permalink
update .eslintignore, .gitignore and jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
obender committed Oct 9, 2024
1 parent 6c2ef27 commit 4fc14b3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ webpack.dev.js
jest.config.js
tsconfig.json
*.json
brain/dist-server
const
node_modules
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ test/timing
test/results
test/result-report
src/browser-extension/public/manifest.json
brain/dist-server
affiliates/ads_providers
.env
.env.local
2 changes: 1 addition & 1 deletion test/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
automock: false,
testEnvironment: "jest-environment-jsdom",
testTimeout: TIMEOUT_IN_SECONDS * 1000,
roots: ["./../src", "../brain"],
roots: ["./../src"],
setupFiles: ["./jest.setup.js"],
setupFilesAfterEnv: ["./jest.setup.env.js"],
testPathIgnorePatterns: [".*\\.mock\\..*"],
Expand Down

0 comments on commit 4fc14b3

Please sign in to comment.