Repo Test Setup¶
- To start test
- Go to the 'exercise' directory
- If a test takes less than 1ms to finish, time is not shown
jest {directory}/test.js --watch
Enter
: manual restart test
q
: exit
Test on LinkedList, tree¶
- Directory linkedlist, tree
- In the file test.js, some of the test items are disabled.
- You can enable the test item by removing
.skip
after describe