Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 426 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 426 Bytes

Prisma Integration Test Example

This repository is an example for our blog post on writing integration tests with Prisma.

Usage

  1. Clone this repository
  2. Run npm install
  3. Run docker-compose up to start up the PostgresQL server
  4. Run npm run dev to play with the application
  5. Run npm test to run the tests!