fix(core): update

This commit is contained in:
Philipp Kunz 2019-10-03 14:44:38 +02:00
parent d41019d341
commit 9cf02e32ef

View File

@ -5,10 +5,6 @@ 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'),