📄️ Acceptance test
1. Creating an account
📄️ Integration tests
1. Use Case 1:
📄️ Unit Testing
Unit testing is done via Jest. To create a new set of tests for a file called example.js, you'd write a file called example.test.js, which would const {exportA, exportB, ...} = require("example.js"); and test what it exports.
🗃️ Jest Results
2 items