Skip to content

Development :: Testing

Matthew Sullivan edited this page Apr 8, 2020 · 2 revisions

Installation

Install dependencies

$ npm install

Database

Install Postgres

https://postgresapp.com/

Create database

$ createdb kjpa_test

Test

$ export NODE_ENV=development && npm run db-init && npm run test
Clone this wiki locally