update readme

This commit is contained in:
2020-07-08 00:17:25 +00:00
parent d81a8006b1
commit aa3f1eb21f
13 changed files with 87 additions and 107 deletions

View File

@@ -42,7 +42,6 @@ export class TapTest {
this.testKey = testKeyArg;
const testNumber = testKeyArg + 1;
try {
await this.testFunction(this.tapTools);
if (this.status === 'timeout') {
throw new Error('Test succeeded, but timed out...');