Skip to content

NeoYo/typescript-datastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-datastructure

Watch

We could run yarn watch to test our datastructure real time, and use of console.time and console.timeEnd which could't be test in ava.

Debug with VSCode

Click Debug button in the left menu, then choose Debug configuration.

Run test

yarn test
yarn test -v  // yarn test --verbose
yarn test -w  // yarn test --watch

Releases

No releases published

Packages

No packages published