Skip to content

Automated execution of unit tests with Jest, in a CI/CD pipeline (Jenkins).

Notifications You must be signed in to change notification settings

ollinmagno/nodejs-unit-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-requisites

Download

Use git to clone:

git clone https://github.com/ollinmagno/nodejs-unit-test.git

Or download the .zip archive and unzip it to the folder nodejs-unit-test:

https://github.com/ollinmagno/nodejs-unit-test/archive/refs/heads/master.zip

Installation

On the command-line or Terminal, navigate to the root of the directory which you downloaded and run:

  • If you have npm: npm install
  • If you have yarn: yarn install

Running tests

Commands you should now be able to run:

  • Run Jest tests once: npm test or yarn test

About

Automated execution of unit tests with Jest, in a CI/CD pipeline (Jenkins).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages