Skip to content

stackbreak/postgres-node-parallel-tests

Repository files navigation

Sample CRUD with parallel isolated tests.

# start pg container
docker-compose up
# dev migrations
make up_migrate
make down_migrate

# test migrations (only for check, no need to run)
make test_up_migrate
make test_down_migrate
# start server
npm run start

# run all tests
npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published