Commit 1a235e0
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.1 parent ad11f7e commit 1a235e0
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