Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 375 Bytes

File metadata and controls

6 lines (4 loc) · 375 Bytes

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.