Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.1 KB

AngularJS 1.x testing with Jasmine

Build Status

$ git clone [email protected]/ashawley/angularjs-bootstrap-jasmine.git -o upstream

$ npm install
added 469 packages in 20.186s

$ npm install -g karma-cli
/usr/local/bin/karma -> /usr/local/lib/node_modules/karma-cli/bin/karma
+ [email protected]
added 3 packages in 3.408s

$ npm start

> [email protected] start ./angularjs-bootstrap-jasmine
> http-server -a localhost -p 8080 -c-1 ./app

Starting up http-server, serving ./app
Available on:
  http://localhost:8080
Hit CTRL-C to stop the server

$ npm test

$ karma start
INFO [karma]: Karma v0.13.22 server started at http://localhost:9877/
TOTAL: 18 SUCCESS

$ karma start --browsers Chrome