Skip to content

Add support for arrays #6

@dotnetwise

Description

@dotnetwise

So that the following would be possible too:

QUnit
    .cases([
        [2, 3, 5],
        [1, 2, 3],
        [-1, 0, -1],
    ])
    .test("Sum test", function(a, b, expectedSum) {
        var actualSum = sum(a, b);
        equal(actualSum, expectedSum);
    });

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions