Skip to content

Commit

Permalink
updated jest config to ignore playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akiran committed Feb 9, 2024
1 parent 372349a commit b9150c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
testEnvironment: "jsdom",
setupFilesAfterEnv: ["<rootDir>/test-setup.js"],
// testMatch: [ "**/__tests__/**/*.[jt]s?(x)", "**/?(*.)+(spec|test).[jt]s?(x)" ]
testMatch: ["**/?(*.)+(test).[jt]s?(x)"]
testPathIgnorePatterns: ["/node_modules/", "e2e-tests"]
};

0 comments on commit b9150c1

Please sign in to comment.