Skip to content

serdarkok/nestjs-jest-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nest.js, make test some logics with mock data

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License

Description

It performs some tests with mock data in "sort.service.spec". It sorts by making a calculation with values such as price, stock, page views of certain products on an e-commerce site.

Installation

$ nvm use
$ yarn

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:watch

About

This project make test some logics with mock data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published