We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3257e1 commit 4a8bb95Copy full SHA for 4a8bb95
0x06-unittests_in_js/README.md
@@ -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