We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca5f98 commit 0402a2fCopy full SHA for 0402a2f
test/unit/json-parsing-edge-cases.test.mts
@@ -10,7 +10,7 @@ vi.mock('@socketsecurity/lib/json', () => ({
10
}))
11
12
// Use dynamic imports to ensure mocks are applied.
13
-const { getResponseJson } = await import('../src/http-client.js')
+const { getResponseJson } = await import('../../src/http-client.js')
14
const { jsonParse } = await import('@socketsecurity/lib/json')
15
const mockJsonParse = vi.mocked(jsonParse)
16
0 commit comments