move tests to TypeScript

This commit is contained in:
Fred K. Schott
2019-10-21 11:28:57 -07:00
parent b55f0e849e
commit 7ec128c2e4

View File

@@ -4609,7 +4609,7 @@ describe('RippleAPI', function () {
});
}
return utils.getRecursive(getter, 10).then(() => {
assert(false, 'Should throw Error');
assert(false, 'Should th row Error');
}).catch(error => {
assert(error instanceof Error);
});