Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

Test

Running tests

Initialize a Postgres Database, and use as environment variables:

export PGUSER="postgres"
export PGHOST="localhost"
export PGPASSWORD="postgres"
export PGUSER="postgres"
export PGPORT=5432

You can then run reset_db.sh and gleam test.