Upgrade Storybook
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
8c966dfbd8
commit
502ea174ab
328 changed files with 10863 additions and 12432 deletions
|
@ -57,7 +57,7 @@ describe('async iterable utilities', () => {
|
|||
});
|
||||
|
||||
it('resolves to an array when wrapping an asynchronous iterable', async () => {
|
||||
const iterable = (async function* test() {
|
||||
const iterable = (async function* () {
|
||||
yield 1;
|
||||
yield 2;
|
||||
yield 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue