mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
started on full op test suite
This commit is contained in:
parent
a2f4e34866
commit
f100356078
3 changed files with 442 additions and 4 deletions
|
@ -52,7 +52,7 @@ const wrapRun = (run) => () => {
|
|||
*/
|
||||
export function it(name, run) {
|
||||
return {
|
||||
name,
|
||||
name: `Node API: ${name}`,
|
||||
run: wrapRun(run),
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue