UNPKG

pgmock2

Version:

An NPM module for mocking a connection to a PostgreSQL database.

11 lines (10 loc) 233 B
version: '3' services: pgmock2: build: context: ./ dockerfile: Dockerfile command: "npm run test" volumes: - "${PWD}/src:/app/src" - "${PWD}/test:/app/test"