Fix storybook

This commit is contained in:
Fedor Indutny 2022-07-19 12:03:25 -07:00 committed by GitHub
parent fc10a39cb1
commit e2b217edbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
themeSetting: {
getValue: async () => 'light',
},
waitForChange: noop,
waitForChange: () => new Promise(noop),
},
OS: {
hasCustomTitleBar: () => false,