fix(core): update

This commit is contained in:
2020-06-20 01:47:53 +00:00
parent 9fbaac20d3
commit 01dbf842e9
13 changed files with 3861 additions and 618 deletions

View File

@ -36,6 +36,6 @@ tap.test('should get transactions', async () => {
tap.test('should stop the instance', async () => {
await testBunqAccount.stop();
})
});
tap.start();