ptlergo / meet-irl

Angular Unit Testing W/ Jasmine + Karma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit Testing For AngularJS Using Karma And Jasmine. Reference tutorial from here

#INSTALL DEPENDENCIES

npm install

#GLOBAL INSTALLS Install Karma globally to run unit test

npm install -g karma-cli

#RUN UNIT TEST Test using Karma to spawn server, and Jasmine to test behaviors

karma start

About

Angular Unit Testing W/ Jasmine + Karma


Languages

Language:JavaScript 86.3%Language:HTML 13.7%