mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-08-22 16:10:52 +00:00
move tests to TypeScript
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user