Commit 952a024
committed
fix unit test pattern matching e2e tests in CI
The regex `functions/.+/__tests__` matched e2e test files because `.+`
crosses path separators — `functions/` matched inside the parent dir
`constructive-functions/`. Changed to `[^/]+` to prevent this.1 parent 05747e1 commit 952a024
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments