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: switch from tap to node:test and Borp #27

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Conversation

EvanHahn
Copy link
Contributor

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

  • Uninstalled tap and replaced it with borp
  • Manually rewrote tests to use node:assert and t.after for cleanup

See multi-core-indexer#39 for a similar patch on another repo.

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

* Uninstalled `tap` and replaced it with `borp`
* Manually rewrote tests to use `node:assert` and `t.after` for cleanup

See [multi-core-indexer#39] for a similar patch on another repo.

[multi-core-indexer#39]: digidem/multi-core-indexer#39
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8361237491

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 8269014453: 0.0%
Covered Lines: 305
Relevant Lines: 305

💛 - Coveralls

1 similar comment
@coveralls
Copy link

coveralls commented Mar 20, 2024

Pull Request Test Coverage Report for Build 8361237491

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 8269014453: 0.0%
Covered Lines: 305
Relevant Lines: 305

💛 - Coveralls

@EvanHahn EvanHahn merged commit d64c915 into main Mar 21, 2024
2 checks passed
@EvanHahn EvanHahn deleted the tap-2-nodetest branch March 21, 2024 13:20
EvanHahn added a commit to digidem/mapeo-schema that referenced this pull request Mar 28, 2024
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 added a commit to digidem/mapeo-schema that referenced this pull request Mar 28, 2024
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
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.

None yet

3 participants