Skip to content

Commit 1490df4

Browse files
committed
Use the Node.js test runner API and remove the dev dependency test-director.
1 parent 6bcd24a commit 1490df4

File tree

5 files changed

+730
-783
lines changed

5 files changed

+730
-783
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- “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.
2222

2323
- Updated dev dependencies, some of which require newer Node.js versions than previously supported.
24+
- Use the Node.js test runner API and remove the dev dependency [`test-director`](https://npm.im/test-director).
2425
- 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).
2526
- Public modules are now individually listed in the package `files` and `exports` fields.
2627
- Removed the package main index module; deep imports must be used. To migrate:

0 commit comments

Comments
 (0)