Skip to content

Rewrite unit tests using Jest #234

@tgoins

Description

@tgoins

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions