Skip to content

andersnylund/next-js-prisma-integration-tests

Repository files navigation

Next.js and Prisma integration tests example

CI

This an example repository that I made in conjuction with writing a short blog post about integration testing prisma. The blog post can be found from Next.js and Prisma integration tests | andersnylund

Uses

Requirements

  • Node version 12
  • Yarn version 1
  • Docker

Setup and running app/tests

  1. yarn install – Install dependencies
  2. docker-compose up -d – Start the local docker databases
  3. yarn dev – Start the local development server
  4. yarn test – Run the tests

About

Next.js and Prisma integration tests example

Resources

License

Stars

Watchers

Forks

Packages

No packages published