angular-test-patterns icon indicating copy to clipboard operation
angular-test-patterns copied to clipboard

A High-Quality Guide for Testing Angular 1.x

Results 6 angular-test-patterns issues
Sort by recently updated
recently updated
newest added

Hi. First let me say, WOW. This is an awesome guide that gives clear examples for pretty much all things you could do in unit testing for AngularJS. At my...

there is a main example with whenGET but not with other HTTP verbs

I've had another alternative to protractor in the end-to-end section. Minium is a great tool to test and automate any web application, including angular apps.

@yanivefraim I've always used comments to help organize the contents of a particular unit test such as: ``` javascript // arrange // act // assert ``` or ``` javascript //...

enhancement

Hi, When running the service test template through Karma, the error test fails, as it is not throwing an error. I happen to be using Mocha (and have converted the...