Update magic op tests to reflect updated lib. Added a bit more info to api test failure ouput

This commit is contained in:
d98762625 2020-04-03 09:43:33 +01:00
parent 00b98b8cce
commit 48b0783d74
2 changed files with 16 additions and 14 deletions

View file

@ -152,7 +152,7 @@ class TestRegister {
result.status = "passing";
} catch (e) {
result.status = "erroring";
result.output = e.message;
result.output = `${e.message}\nError: ${e.stack}`;
}
testResults.push(result);