-
-
Notifications
You must be signed in to change notification settings - Fork 529
Open
Description
Assertion errors need to be passed to the mocha done
callback, otherwise the test will appear to be green.
These lines should be changed to
auto.build().then(tableData => {
callback(tableData);
done();
}).catch((e) => {
done(e);
})
Metadata
Metadata
Assignees
Labels
No labels