Skip to content

Commit

Permalink
test(cookies): use global fetch vs "node-fetch" (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Nov 16, 2023
1 parent f47a942 commit 54df656
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/node/rest-api/cookies-inheritance.node.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/**
* @vitest-environment jsdom
*/
import fetch from 'node-fetch'
import { HttpResponse, http } from 'msw'
import { setupServer, SetupServer } from 'msw/node'
import { HttpServer } from '@open-draft/test-server/http'
import { HttpServer, httpsAgent } from '@open-draft/test-server/http'
import { RequestHandler as ExpressRequestHandler } from 'express'

let server: SetupServer
Expand Down

0 comments on commit 54df656

Please sign in to comment.