Skip to content

Migrate Algorithm Tests into Jest Test Suite #42

Description

@jameshbush

Algorithm tests don't (yet) demonstrate knowledge of real world testing.

EX: testPalidrome re-uses production code the FCC website uses to test a particular coding solution. Copy and pasting from it doesn't make sense... A real test has test suite, test name, arrangements, actions, and assertions, all in a formal generic manner.
^^ Mr. Hai

We must migrate algorithm testing into a test suite with names, arrangements, actions, and assertions.

Jest is a popular library for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions