fix(core): update

This commit is contained in:
2020-08-20 01:20:15 +00:00
parent 752c585e26
commit 5295bf272e
8 changed files with 7980 additions and 413 deletions

View File

@ -9,7 +9,7 @@ let testBunqAccount: bunq.BunqAccount;
const testBunqOptions: bunq.IBunqConstructorOptions = {
apiKey: testQenv.getEnvVarOnDemand('BUNQ_APIKEY'),
deviceName: 'mojoiobunqpackage',
environment: 'SANDBOX'
environment: 'SANDBOX',
};
tap.test('should create a valid bunq account', async () => {