Skip to content

Report about throw exception in browser #66

@Trufi

Description

@Trufi

If we run test in browser and throw exception:

var test = require('prova');

test('smth', function(t) {
    throw new Error();
    t.end();
});

Test case does not end and error appears only in browser console, but not in command line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions