mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
Update magic op tests to reflect updated lib. Added a bit more info to api test failure ouput
This commit is contained in:
parent
00b98b8cce
commit
48b0783d74
2 changed files with 16 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue