Implements automated tests for to test existing JS code base using Jasmine.js
Live Preview on GitHub.
- test if a variable is defined
- test if an action is fired correctly when a DOM element is clicked
- test if an Async function performs expected DOM manipulation after
success
git clone https://github.com/CCinCapital/FEND-Unit-Test.git
cd FEND-Unit-Test
- open the
index.html
in browser
N/A