feat(exception_handler): print originalException and originalStack for all exceptions
This commit is contained in:
@ -132,7 +132,7 @@ export function main() {
|
||||
Injector.resolveAndCreate([Pipes.extend({'async': [secondPipeFactory]})]);
|
||||
|
||||
expect(() => injector.get(Pipes))
|
||||
.toThrowError(/Cannot extend Pipes without a parent injector/g);
|
||||
.toThrowErrorWith("Cannot extend Pipes without a parent injector");
|
||||
});
|
||||
|
||||
it('should extend di-inherited pipes', () => {
|
||||
|
Reference in New Issue
Block a user