Angular 2 — Unit Testing recipes
Gerard Sans
15118
It seems arrow is not needed in “expect” in CapitalisePipe.spec.js, should be “expect(pipe.transform(null)).toThrow();”
It seems arrow is not needed in “expect” in CapitalisePipe.spec.js, should be “expect(pipe.transform(null)).toThrow();”