Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 12, 2022
1 parent 5545d83 commit 97e2916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const base = `http://localhost:${App.address().port}/`

test('Integration tests', async t => {
await t.test(
'responses `defauts` query for `/browsers` route without `q` param',
'responses `defaults` query for `/browsers` route without `q` param',
async () => {
let url = new URL(`api/browsers`, base)
let response = await fetch(url)
Expand Down

0 comments on commit 97e2916

Please sign in to comment.