chore: add remaining tests

This commit is contained in:
Tom Keller
2022-10-18 17:58:04 -07:00
parent a61ce85bf3
commit 49bbbeb420
12 changed files with 798 additions and 209 deletions
+1
View File
@@ -27,6 +27,7 @@ export async function cleanup() {
core.setFailed(errorMessage(error));
}
}
/* istanbul ignore next */
if (require.main === module) {
(async () => {
await cleanup();