Testing String and Array using jasmine matchers with Angular
1.Test Strings using matchers:
toBe
toEqual
toContain
toMatch
2. Difference between toBe & toEqual
3. Test Arrays using matchers:
toEqual
toContain
4. How to exclude test cases from execution.
No comments:
Post a Comment