Skip to content

Commit

Permalink
fix: 🐛 regular for test:all
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Sep 13, 2024
1 parent 60427ac commit 833db58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const testGroupRegexes = {
unit: '(/__tests__/).*(Spec|test)\\.[jt]sx?$',
integration: '(/__integration__/).*(Spec|test)\\.[jt]sx?$',
all: '(/__integration__/)|(/__tests__/).*(Spec|test)\\.[jt]sx?$',
all: '((/__integration__/)|(/__tests__/)).*(Spec|test)\\.[jt]sx?$',
};

const testGroup =
Expand Down

0 comments on commit 833db58

Please sign in to comment.