Skip to content

Commit

Permalink
chore: fix typo in test description (#7153)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Mar 2, 2022
1 parent 110212e commit 5c8d98e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ test('dedupe', async () => {
expect(await page.textContent('.dedupe button')).toBe('count is 1')
})

test('cjs borwser field (axios)', async () => {
test('cjs browser field (axios)', async () => {
expect(await page.textContent('.cjs-browser-field')).toBe('pong')
})

Expand Down

0 comments on commit 5c8d98e

Please sign in to comment.