Skip to content

JoelDeonDsouza/Next.js_Tests-Jest.js

Repository files navigation

🚀 Next.js with Jest.js Tests

Documentation

Next.js

Jest.js

Run Locally

Clone the project

  git clone https://github.com/JoelDeonDsouza/Next.js_Tests-Jest.js.git

Go to the project directory

  cd project

Install dependencies

  npm install

Start the server

  npm run dev

Test Dependency Installation

  npm i -D jest jest-environment-jsdom @testing-library/react @testing-library/jest-dom

Running Tests

To run tests, run the following command

  npm run test:watch

About

Simple test's using Next.js and Jest.js for testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published