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