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

chore: replace Tape with Node's built-in test runner #176

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

EvanHahn
Copy link
Contributor

This was a pretty mechanical change. To do this, I:

  • Uninstalled tap and replaced it with node --test
  • Manually rewrote assertions to use node:assert

See multi-core-indexer#39 and mapeo-sqlite-indexer#27 for similar patches on other repos.

This was a pretty mechanical change. To do this, I:

* Uninstalled `tap` and replaced it with `node --test`
* Manually rewrote assertions to use `node:assert`

See [multi-core-indexer#39] and [mapeo-sqlite-indexer#27] for similar
patches on other repos.

[multi-core-indexer#39]: digidem/multi-core-indexer#39
[mapeo-sqlite-indexer#27]: digidem/mapeo-sqlite-indexer#27
@EvanHahn EvanHahn merged commit 481a5ef into main Mar 28, 2024
6 checks passed
@EvanHahn EvanHahn deleted the drop-tape branch March 28, 2024 21:12
gmaclennan added a commit that referenced this pull request Apr 8, 2024
* main:
  chore: replace Tape with Node's built-in test runner (#176)
  Feat: two icon types (svg and png) (#174)
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.

2 participants