Skip to content

Decide and migrate to new test framework #15

@makinde

Description

@makinde

This doesn't have to be high-pri, but we should think about this at some point. nodeunit is now deprecated.

tape seems like the closest alternative that would be a pretty easy switch, though it doesn't have the setUp and tearDown methods we use currently. We could simply have a setUp function that every test calls.

The other similar framework is ava. That has the setUp/tearDown stuff (along with lots of other great stuff), but doesn't have grouping. We'd also need to tell it to run our tests serially since all our tests share the same db connection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions