Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
4978a2c272 | |||
a36f9634ce | |||
f241956743 | |||
c40526c16c | |||
945b69a659 | |||
0438e5d792 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mojoio/bunq",
|
"name": "@mojoio/bunq",
|
||||||
"version": "1.0.6",
|
"version": "1.0.10",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mojoio/bunq",
|
"name": "@mojoio/bunq",
|
||||||
"version": "1.0.6",
|
"version": "1.0.10",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "a bunq api abstraction package",
|
"description": "a bunq api abstraction package",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
@ -9,7 +9,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(tstest test/)",
|
"test": "(tstest test/)",
|
||||||
"build": "(tsbuild)",
|
"build": "(tsbuild --web)",
|
||||||
"format": "(gitzone format)"
|
"format": "(gitzone format)"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -5,6 +5,10 @@ const testQenv = new Qenv('./', './.nogit/');
|
|||||||
|
|
||||||
import * as bunq from '../ts';
|
import * as bunq from '../ts';
|
||||||
|
|
||||||
|
if (process.env.CI) {
|
||||||
|
process.exit(0);
|
||||||
|
}
|
||||||
|
|
||||||
let testBunqAccount: bunq.BunqAccount;
|
let testBunqAccount: bunq.BunqAccount;
|
||||||
const testBunqOptions: bunq.IBunqConstructorOptions = {
|
const testBunqOptions: bunq.IBunqConstructorOptions = {
|
||||||
apiKey: testQenv.getEnvVarOnDemand('BUNQ_APIKEY'),
|
apiKey: testQenv.getEnvVarOnDemand('BUNQ_APIKEY'),
|
||||||
|
Reference in New Issue
Block a user