fix(core): update
This commit is contained in:
parent
f241956743
commit
a36f9634ce
@ -5,6 +5,10 @@ const testQenv = new Qenv('./', './.nogit/');
|
||||
|
||||
import * as bunq from '../ts';
|
||||
|
||||
if (process.env.CI) {
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
let testBunqAccount: bunq.BunqAccount;
|
||||
const testBunqOptions: bunq.IBunqConstructorOptions = {
|
||||
apiKey: testQenv.getEnvVarOnDemand('BUNQ_APIKEY'),
|
||||
|
Loading…
Reference in New Issue
Block a user