mirror of
https://github.com/gchq/CyberChef
synced 2025-12-29 22:53:23 +00:00
started on full op test suite
This commit is contained in:
@@ -52,7 +52,7 @@ const wrapRun = (run) => () => {
|
||||
*/
|
||||
export function it(name, run) {
|
||||
return {
|
||||
name,
|
||||
name: `Node API: ${name}`,
|
||||
run: wrapRun(run),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user