In this little JavaScript demo, I used the 3 main core types of testing: Unit Test, Integration Test and End-to-End Test (or User Interface Test). I tested my application with relatively simple synchronous code.
nodejs javascript webpack jest test-runner assertion-library unit-test headless-browser intergration-test end-to-end-test
-
Updated
Feb 21, 2024 - JavaScript