Commit 6eedd0a
CLJS-2915: Tests fail if directory has a period (.) in the path
We replace the periods with hyphens. We then leverage the cond-> to selectively transform to underscores.
I coded this specific `replace` as char / char - which is different from the string / srting pattern used in the rest of the pipeline - as it feels simpler than the equivalent regex.1 parent cad53c6 commit 6eedd0a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments