mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
add tests for File and test based operations. Only unzip to go
This commit is contained in:
parent
2019ae43d7
commit
b8cb7e9ba8
6 changed files with 76 additions and 7 deletions
|
@ -30,6 +30,7 @@ global.ENVIRONMENT_IS_WEB = function() {
|
|||
import TestRegister from "../lib/TestRegister";
|
||||
import "./tests/nodeApi";
|
||||
import "./tests/ops";
|
||||
import "./tests/File";
|
||||
|
||||
const testStatus = {
|
||||
allTestsPassing: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue