eolas/Programming_Languages/JavaScript/Syntax/Testing_with_Jest.md

20 lines
343 B
Markdown
Raw Normal View History

2023-09-26 16:54:16 +01:00
---
categories:
- Programming Languages
tags: [javascript, testing]
---
# Testing with Jest
## Mock a function
## Mock a class/module
## Check that a function has been called within another function
## Mock a function that needs to be called within another function
## Mock a function that takes arguments
## Mocking network requests