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

Rewrite unit tests using Jest #234

Open
tgoins opened this issue Jan 16, 2020 · 0 comments
Open

Rewrite unit tests using Jest #234

tgoins opened this issue Jan 16, 2020 · 0 comments
Assignees

Comments

@tgoins
Copy link
Member

tgoins commented Jan 16, 2020

Mocha and Chai are currently used for our test suite, but they rely on global variables, which are frowned upon.
Use Jest to resolve this issue. This may require a "few" changes to the tests.

This will allow us to no longer need to use a test database. We can create mocks of everything we need.

@tgoins tgoins self-assigned this Jan 16, 2020
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