fix(core): update
This commit is contained in:
@ -19,8 +19,11 @@ tap.test('should report tink as healthy', async () => {
|
||||
await expectAsync(tinkTestAccount.getTinkHealthyBoolean()).toBeTrue();
|
||||
});
|
||||
|
||||
tap.test('should create a valid request', async () => {
|
||||
await tinkTestAccount.createTinkUser("user_1234_abc");
|
||||
tap.test('should create a valid request', async (toolsArg) => {
|
||||
const tinkuser = await tinkTestAccount.createTinkUser("user_1234_abc");
|
||||
console.log(await tinkuser.getTinkLink());
|
||||
process.exit(0);
|
||||
await toolsArg.delayFor(10000);
|
||||
})
|
||||
|
||||
tap.test('should delete existing users', async () => {
|
||||
|
Reference in New Issue
Block a user