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

View file

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