Skip to content

๐Ÿš€ Solution with unit test for sorting an array of jobs for execution.

Notifications You must be signed in to change notification settings

EduardoNoronha31/job-execution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Job execution

Technologies Used:
Typescript
Jest

Clone Job Execution on your computer and open it in the project folder

  git clone https://github.com/EduardoNoronha31/job-execution.git
  cd job-execution

Install the dependencies with yarn or npm

  yarn
  npm i

If you need to run the project in development mode, you can execute the dev command with yarn or npm

  yarn dev
  npm run dev

To check the tests you can execute the test command with yarn or npm

  yarn test
  npm run test

About

๐Ÿš€ Solution with unit test for sorting an array of jobs for execution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published