Skip to content

Commit

Permalink
chore: Run all E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Nov 21, 2023
1 parent 59ec89e commit bd0d052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-e2e/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ module.exports = {

// The glob patterns Jest uses to detect test files
testMatch: ["**/test/**/*.spec.js"],
testMatch: ["**/test/**/before.spec.js"],
// testMatch: ["**/test/**/parallel.spec.js"],
};

0 comments on commit bd0d052

Please sign in to comment.