export-mollie/README.md

584 B

BIJ1 Compliance Facilitator App

Prerequisites

Usage

yarn install installs the dependencies

set the API keys for Mollie:

export NODE_OPTIONS=--experimental-vm-modules npx jest
export MOLLIE_API_KEY_LEDEN=<MY_KEY>

yarn start launches the app

yarn run test launches the tests (using JSHint and Jest)

yarn run dev watches src/ for changes and runs test when anything does change

$(yarn bin)/jest -- tests/mollie.test.ts