started on full op test suite

This commit is contained in:
d98762625 2018-08-13 17:57:53 +01:00
parent a2f4e34866
commit f100356078
3 changed files with 442 additions and 4 deletions

View file

@ -52,7 +52,7 @@ const wrapRun = (run) => () => {
*/
export function it(name, run) {
return {
name,
name: `Node API: ${name}`,
run: wrapRun(run),
};
}