scotch-angular-testing icon indicating copy to clipboard operation
scotch-angular-testing copied to clipboard

Results 4 scotch-angular-testing issues
Sort by recently updated
recently updated
newest added

Added test cases with controllers and filters. Added missing package for karma to run the command in package.json file

First, thanks a lot for creating these tutorials - I am almost done with part 2 and found they are really helpful. When doing an npm install and karma start,...

I'd got an error: "TypeError: Cannot read property 'toBeUndefined' of undefined" passing tutorial on the page: [https://scotch.io/tutorials/testing-angularjs-with-jasmine-and-karma-part-1](https://scotch.io/tutorials/testing-angularjs-with-jasmine-and-karma-part-1). Pre-pre-last block (before #Coclusion) adds new test for checking method "findById". The aim...