Skip to content

Commit

Permalink
feat: discard test build file
Browse files Browse the repository at this point in the history
  • Loading branch information
quangdz1704 committed Oct 3, 2024
1 parent b425b68 commit a7fc95d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ module.exports = {
"^.+\\.ts?$": ["@swc/jest"]
},
testEnvironment: "node",
modulePathIgnorePatterns: ["<rootDir>/dist/", "<rootDir>/packages/ibc-routing"],
modulePathIgnorePatterns: [
"<rootDir>/dist/",
"<rootDir>/packages/ibc-routing",
"<rootDir>/packages/oraidex-common-ui/build/"
],
collectCoverage: true,
coverageReporters: ["cobertura", "html"],
coveragePathIgnorePatterns: [
Expand Down

0 comments on commit a7fc95d

Please sign in to comment.