Commit 8740a49
committed
Tests: Allow running async/await in test files
We have previously not been able to use `async/await` in our test files.
This can lead to particularly deep nesting or callback-passing when we
are trying to sequence events for the purpose of the test.
In this change we're adding the `babel-polyfill` to allow us to use
those constructs and _linearize_ the async flows.1 parent 2bce43a commit 8740a49
2 files changed
+45
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments