An open API service indexing awesome lists of open source software.

https://github.com/ariessa/data-structure-algorithm-test

Technical test for a full stack developer role.
https://github.com/ariessa/data-structure-algorithm-test

algorithms-and-data-structures data-structures javascript jest tdd-javascript

Last synced: 11 months ago
JSON representation

Technical test for a full stack developer role.

Awesome Lists containing this project

README

          

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
```