Commit 1db861c
build: improve globbing of jasmine test files
This doesn't seem to surface here, but in the framework and in the COMP
repo, the glob wasn't catching all files because it wasn't escpaed— so
didn't actually get picked up by Jasmine, but was expanded by Bash.
This improves this and makes this logic more future-proof.
(cherry picked from commit 1a235e0)1 parent cb258a3 commit 1db861c
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments