Skip to content

ariessa/data-structure-algorithm-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure & Algorithm Test

💻 This repository is a technical test for a full stack developer role.


Prerequisites

Make sure that you are using npm version 10.2.4.

$ npm -v

10.2.4

Make sure that you are using node version 18.19.1.

$ node -v

18.19.1

How to run the tests

  • Get a list of unit tests and their verbose results

    npm run test
    

  • Get test coverage

    npm run test-coverage