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

Use a more conventional testing framework #10

Open
gobengo opened this issue Jun 7, 2018 · 1 comment
Open

Use a more conventional testing framework #10

gobengo opened this issue Jun 7, 2018 · 1 comment

Comments

@gobengo
Copy link
Owner

gobengo commented Jun 7, 2018

npm test right now uses some simple functions I built myself (in test/index.ts). They're fine, but not conventional. And can be confusing, not to mention limiting when trying to figure out which test is failing.

We should replace it with something like node-tape, mocha, or jest.
Probably jest. I haven't used it at scale but seems to be growing in popularity and I think can do nice parallelization.

@gobengo
Copy link
Owner Author

gobengo commented Mar 7, 2019

I have had good experience with. https://github.com/alsatian-test/alsatian

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