Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 225 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 225 Bytes

node-project

Nodejs facilitated project

Test

# test all
node --test

# test pattern && watch
node --test --test-name-pattern="binary-search" --watch

# test dedicated file
node --test "**/**binary-search**"