From a36f9634ce946ccd982d7439020673dc46e071a1 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 3 Oct 2019 00:16:05 +0200 Subject: [PATCH] fix(core): update --- test/test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/test.ts b/test/test.ts index a4a41f7..632770f 100644 --- a/test/test.ts +++ b/test/test.ts @@ -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'),