Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 425 Bytes

File metadata and controls

10 lines (8 loc) · 425 Bytes

Repository declare

This repository is Node.js + pnpm + typescript monorepo.

How to test

When you write unit test, allways mock external REST api call Use vitest for unit test framework

Before you edit files

Before edit file iteration, commit previous modification and make git branch then checkout so former working source code will untouched. Make failing test for function definition and write function refer that