Skip to content

Commit 08c4fec

Browse files
authored
chore: fix a typo in the test (#2425)
1 parent e3234fd commit 08c4fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/utils/handleRequest.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ test('does not bypass a request with "accept: msw/*" header set to arbitrary val
8484

8585
const request = new Request(new URL('http://localhost/user'), {
8686
headers: new Headers({
87-
acceot: 'msw/invalid',
87+
accept: 'msw/invalid',
8888
}),
8989
})
9090
const handlers: Array<RequestHandler> = [

0 commit comments

Comments
 (0)