Skip to content

KangAgung/backend-test-case

 
 

Repository files navigation

Backend Test Case

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Algorithm Test

change directory to algorithm

$ cd algorithm

run file by running node soal_<task_number>.js example:

$ node soal_1.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 90.8%
  • JavaScript 9.2%