fix(core): update

This commit is contained in:
Philipp Kunz 2019-10-03 00:16:05 +02:00
parent f241956743
commit a36f9634ce

View File

@ -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'),