Skip to content

Commit

Permalink
e2e test: fixes duplicate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed May 25, 2024
1 parent e18021c commit 49b84c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
modulePathIgnorePatterns: ["<rootDir>/js/"],
preset: "ts-jest",
testEnvironment: "node",
};

0 comments on commit 49b84c5

Please sign in to comment.