Skip to content

Commit 4a8bb95

Browse files
committed
Update: add readme.md file
1 parent d3257e1 commit 4a8bb95

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

0x06-unittests_in_js/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Learning Objectives
2+
3+
- How to use Mocha to write a test suite
4+
- How to use different assertion libraries (Node or Chai)
5+
- How to present long test suites
6+
- When and how to use spies
7+
- When and how to use stubs
8+
- What are hooks and when to use them
9+
- Unit testing with Async functions
10+
- How to write integration tests with a small node server

0 commit comments

Comments
 (0)