Commit 9c737cc
authored
fix: wrong URL used to bundle tests (#20)
The behavior of double slashes (//) changed in some version of React Native or Metro. What used to work before is now causing the bundling process to fail. This pull request ensures that there is only one slash present in the URL.1 parent f58df9e commit 9c737cc
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments