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

Refactor unit tests from Tape to Jest or Mocha #277

Open
zone117x opened this issue Nov 22, 2019 · 0 comments
Open

Refactor unit tests from Tape to Jest or Mocha #277

zone117x opened this issue Nov 22, 2019 · 0 comments
Assignees

Comments

@zone117x
Copy link
Member

Jest and Mocha have clearly beaten out Tape as the unit testing framework for the ecosystem.

Tape makes large codebases with complex unit tests needlessly painful for DX:

  • Zero support in the tooling ecosystem: editors, test explorers, visualization, reporting, etc.
  • Poor Typescript support.
  • Poor async/await/Promise support.
  • No parallelization support.
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

No branches or pull requests

1 participant