switch to using api functions over mreq

This commit is contained in:
Cadence Ember 2023-05-08 23:37:51 +12:00
parent 7ee04d085f
commit 3bc29def41
9 changed files with 64 additions and 31 deletions

12
.vscode/tasks.json vendored
View file

@ -10,15 +10,7 @@
},
"problemMatcher": [],
"label": "npm: test",
"detail": "cross-env FORCE_COLOR=true supertape --format tap test/test.js | tap-dot",
"presentation": {
"echo": false,
"reveal": "always",
"focus": false,
"panel": "shared",
"showReuseMessage": false,
"clear": true
}
"detail": "cross-env FORCE_COLOR=true supertape --format tap test/test.js | tap-dot"
}
]
}
}