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.
- Host: GitHub
- URL: https://github.com/ariessa/data-structure-algorithm-test
- Owner: ariessa
- Created: 2024-04-14T02:16:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T07:08:19.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T02:56:06.455Z (about 1 year ago)
- Topics: algorithms-and-data-structures, data-structures, javascript, jest, tdd-javascript
- Language: JavaScript
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```