mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
adding more tests
This commit is contained in:
parent
f100356078
commit
50c916216c
4 changed files with 162 additions and 15 deletions
|
@ -81,6 +81,10 @@ function transformArgs(originalArgs, newArgs) {
|
|||
* @param input
|
||||
*/
|
||||
const ensureIsDish = function ensureIsDish(input) {
|
||||
if (!input) {
|
||||
return new SyncDish();
|
||||
}
|
||||
|
||||
let dish;
|
||||
if (input instanceof SyncDish) {
|
||||
dish = input;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue