Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: move FastifyController tests to node:test #643

Merged
merged 21 commits into from
May 16, 2024

Conversation

EvanHahn
Copy link
Contributor

@EvanHahn EvanHahn commented May 13, 2024

I recommend reviewing this with whitespace changes disabled.

This test-only change drops Brittle from our FastifyController tests and replaces them with node:test and node:assert.

_I recommend reviewing this with whitespace changes disabled._

This test-only change drops Brittle from our FastifyController tests and
replaces them with `node:test` and `node:assert`.
tests/fastify-controller.js Outdated Show resolved Hide resolved
EvanHahn and others added 20 commits May 16, 2024 16:21
This updates dot-prop to its latest version, v9.0.0.

The only breaking change in [the release notes][0] doesn't affect us:
Node 18+ is now required.

[0]: https://github.com/sindresorhus/dot-prop/releases/tag/v9.0.0
ignore docs folder for linting and prettier

Co-authored-by: Tomás Ciccola <[email protected]>
This test-only change drops Brittle from our LocalDiscovery tests and
replaces them with `node:test` and `node:assert`.
This test-only change drops Brittle from our Fastify plugin tests and
replaces them with `node:test` and `node:assert`.
This test-only change drops Brittle from our bitfield run length encoding tests and replaces them with `node:test` and `node:assert`.
This test-only change drops Brittle from the blob store tests and
replaces them with `node:test` and `node:assert`.
This test-only change drops Brittle from our DataStore tests and
replaces them with `node:test` and `node:assert`.
This test-only change drops Brittle from our DataType tests and replaces
them with `node:test` and `node:assert`.
This test-only change drops Brittle from the blob API tests and replaces them with `node:test` and `node:assert`.
This test-only change drops Brittle from our core ownership tests and
replaces them with `node:test` and `node:assert`.
This test-only change drops Brittle from our RemoteBitfield tests and
replaces them with `node:test` and `node:assert`.
This test-only change drops Brittle from test/lib/ and replaces it with
`node:test` and `node:assert`.
This test-only change drops Brittle from our invite API tests and
replaces them with `node:test` and `node:assert`.
This test-only change drops Brittle from our utils tests and replaces
them with `node:test` and `node:assert`.
This test-only change drops Brittle from our CoreSyncState tests and
replaces them with `node:test` and `node:assert`.
This test-only change drops Brittle from our schema tests and replaces
them with `node:test` and `node:assert`.
@EvanHahn
Copy link
Contributor Author

Not sure why there are so many commits listed here (I probably messed up a merge), but I'll squash before merging.

@EvanHahn EvanHahn merged commit 5d5d8d6 into main May 16, 2024
4 checks passed
@EvanHahn EvanHahn deleted the fastify-controller-tests-to-nodetest branch May 16, 2024 22:11
EvanHahn added a commit that referenced this pull request May 20, 2024
_I recommend reviewing this with whitespace changes disabled._

This test-only change drops Brittle from our FastifyController tests and
replaces them with `node:test` and `node:assert`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants