mirror of
https://github.com/gchq/CyberChef
synced 2025-12-22 11:13:38 +00:00
Merge branch 'master' of github.com:gchq/CyberChef into node-lib
This commit is contained in:
@@ -48,7 +48,6 @@ class TestRegister {
|
||||
* Runs all the tests in the register.
|
||||
*/
|
||||
runTests () {
|
||||
console.log("run tests");
|
||||
return Promise.all(
|
||||
this.tests.map(function(test, i) {
|
||||
const chef = new Chef();
|
||||
|
||||
Reference in New Issue
Block a user