diff --git a/test/api-test.ts b/test/api-test.ts index 2c6a9f0f..c91585ab 100644 --- a/test/api-test.ts +++ b/test/api-test.ts @@ -4609,7 +4609,7 @@ describe('RippleAPI', function () { }); } return utils.getRecursive(getter, 10).then(() => { - assert(false, 'Should th row Error'); + assert(false, 'Should throw Error'); }).catch(error => { assert(error instanceof Error); }); diff --git a/tsconfig-base.json b/tsconfig-base.json index fc332a97..9dad964b 100644 --- a/tsconfig-base.json +++ b/tsconfig-base.json @@ -19,6 +19,5 @@ "suppressImplicitAnyIndexErrors": false, "resolveJsonModule": true, "preserveSymlinks": true - } }