Skip to content

Commit

Permalink
fix: create jest.config.js for clients instead of extending
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Mar 24, 2021
1 parent 2ace717 commit 121eef3
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
const base = require("../../jest.config.base.js");

module.exports = {
...base,
// Only test cjs dist, avoid testing the package twice
testPathIgnorePatterns: ["/node_modules/", "/es/"]
preset: "ts-jest",
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
};

0 comments on commit 121eef3

Please sign in to comment.