diff --git a/test/test.ts b/test/test.ts index 98256b8..bb277b7 100644 --- a/test/test.ts +++ b/test/test.ts @@ -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'),