mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
make async node tests actually fail when they fail. Update tests that were failing
This commit is contained in:
parent
3bb1bfd15f
commit
296a0f5108
5 changed files with 105 additions and 82 deletions
|
@ -104,8 +104,6 @@ class TestRegister {
|
|||
* Run all api related tests and wrap results in report format
|
||||
*/
|
||||
runApiTests() {
|
||||
console.log("Running tests...");
|
||||
|
||||
return Promise.all(this.apiTests.map(async function(test, i) {
|
||||
const result = {
|
||||
test: test,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue