Skip to content

Commit

Permalink
Add node-fetch to test
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Oct 3, 2023
1 parent 77c6408 commit 192bff6
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 0 deletions.
91 changes: 91 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"landlubber": "^1.0.0",
"node-fetch": "^3.3.2",
"prettier": "^3.0.0",
"tsc-alias": "^1.8.2",
"tsup": "^7.2.0",
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/seam/connect/api.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { createFake, type Seed } from '@seamapi/fake-seam-connect'
import type { ExecutionContext } from 'ava'
import fetch from 'node-fetch' // TODO: Remove node-fetch when Node v16 support is dropped.

export const getTestServer = async (
t: ExecutionContext,
Expand Down
Empty file.

0 comments on commit 192bff6

Please sign in to comment.