Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Running Tests

Navya Canumalla edited this page May 4, 2018 · 1 revision

Build and run tests

From the ADAL JS project root, run the following commands:

npm install
bower install
npm test

To use Karma as test runner, you need to install the karma command line. npm install -g karma npm install -g karma-cli

// To run AngularJS tests
karma start
Clone this wiki locally