This folder contains unit tests which are browser-specific. Example - The tests in GraphResponseHandler requires the DOMParser which is a browser functionality.
Karma is used for testing the code in browsers. To run the unit tests using karma run the following steps -
- Run the script
npm install. - Run the script
npm run karma.