diff --git a/src/utils/request/MockedRequest.ts b/src/utils/request/MockedRequest.ts index 8d7d258d4..68d3adf91 100644 --- a/src/utils/request/MockedRequest.ts +++ b/src/utils/request/MockedRequest.ts @@ -1,7 +1,7 @@ import * as cookieUtils from 'cookie' import { store } from '@mswjs/cookies' import { IsomorphicRequest, RequestInit } from '@mswjs/interceptors' -import { decodeBuffer } from '@mswjs/interceptors/lib/utils/bufferUtils' +import { decodeBuffer } from '@mswjs/interceptors/lib/utils/bufferUtils.js' import { Headers } from 'headers-polyfill' import { DefaultBodyType } from '../../handlers/RequestHandler' import { MockedResponse } from '../../response'