Skip to content

Commit

Permalink
chore: fix jest
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Oct 3, 2023
1 parent 0988130 commit e3fbe4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/@dcl/inspector/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = isE2E ? {
testMatch: ["**/*.spec.(ts)"],
testEnvironment: "jsdom",
transformIgnorePatterns: [
`/node_modules/(?!(@babylonjs)|(@dcl/ecs-math)|(@dcl/asset-packs)|(@dcl/sdk)|(@dcl/ecs))`,
`/node_modules/(?!(@babylonjs)|(@dcl/ecs-math)|(@dcl/asset-packs)|(@dcl/sdk)|(@dcl/ecs)|(@dcl-sdk/utils))`,
],
setupFiles: ['./test/setup.ts']
}
Expand Down
11 changes: 6 additions & 5 deletions test/snapshots/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3fbe4f

Please sign in to comment.