Skip to content

Commit

Permalink
test: add missing await
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Brauer <bjoern.brauer@new-work.se>
  • Loading branch information
robertkowalski and ZauberNerd committed Feb 16, 2022
1 parent a3e82c8 commit b134446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spec/integration/redux/__tests__/mocked.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('development server with msw mocks', () => {

page.on('console', (msg) => handleConsoleOutput(msg));

registerServerMocks(
await registerServerMocks(
page,
baseUrl,
mockGetRequest(new URL('/api', baseUrl).toString(), { value: 5 })
Expand Down

0 comments on commit b134446

Please sign in to comment.