Skip to content

Commit

Permalink
fix: bufferUtils import path (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
cksal0805 committed Nov 8, 2022
1 parent a6c17c8 commit 91b2902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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'
Expand Down

0 comments on commit 91b2902

Please sign in to comment.