Skip to content

tgthies/hiring-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hiring-tests

how to run

If you don't have serverless installed globally, you need to run:

npm install -g serverless

Commands to run locally after clone the repository

npm install
serverless offline

Request example

curl -X POST localhost:3000/array-challenge -d '{"firstArray":[3,2,1,1],"secondArray":[1,2,3,4,5]}'

Tests

To run the tests:

npm test

To run with coverage:

npm run coverage

About

This repo is designated to our hiring tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%