Commit a6d9be1
committed
Add regenerator-runtime to unit test karma config
The compiled test files use async/await which Babel transpiles to use
regeneratorRuntime. This runtime needs to be loaded before the tests
execute, otherwise tests fail with 'regeneratorRuntime is not defined'.1 parent 797a029 commit a6d9be1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments