Skip to content

Commit

Permalink
Use the Node.js test runner API and remove the dev dependency `test-d…
Browse files Browse the repository at this point in the history
…irector`.
  • Loading branch information
jaydenseric committed Oct 23, 2023
1 parent 6bcd24a commit 1490df4
Show file tree
Hide file tree
Showing 5 changed files with 730 additions and 783 deletions.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -21,6 +21,7 @@
- “Plain” objects in the GraphQL operation that aren’t `Object` instances (e.g. `Object.create(null)`) are now also deep cloned when searching for extractable files.

- Updated dev dependencies, some of which require newer Node.js versions than previously supported.
- Use the Node.js test runner API and remove the dev dependency [`test-director`](https://npm.im/test-director).
- Refactored tests to use the standard `AbortController`, `AbortSignal`, `File`, `FormData`, and `Response` APIs available in modern Node.js and removed the dev dependencies [`abort-controller`](https://npm.im/abort-controller), [`formdata-node`](https://npm.im/formdata-node), and [`node-fetch`](https://npm.im/node-fetch).
- Public modules are now individually listed in the package `files` and `exports` fields.
- Removed the package main index module; deep imports must be used. To migrate:
Expand Down

0 comments on commit 1490df4

Please sign in to comment.