Skip to content

mikkosuonio/angularjs-unit-testing

Repository files navigation

AngularJS unit testing

This is a sample of AngularJS unit testing techniques.

Prerequisites

You should have git and Node.js installed.

Run

npm install -g bower grunt-cli

to install the tools used in this project.

Downloading the project

Clone this repo

git clone <repo url>

Install the dependencies

Cd to the project directory and run

npm install
bower install

to install Node.js and JavaScript dependencies.

Running the tests

Run the unit tests

grunt test

Run the unit tests continuously

grunt autotest

Running the app

Run the app locally on http://localhost:9000

grunt serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published