style: clang format the code
This commit is contained in:
parent
40586152d1
commit
e7f9924b18
|
@ -24,9 +24,8 @@ export function main() {
|
||||||
pipe = new DatePipe();
|
pipe = new DatePipe();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should be marked as non-pure', () => {
|
it('should be marked as non-pure',
|
||||||
expect(new PipeResolver().resolve(DatePipe).pure).toEqual(false);
|
() => { expect(new PipeResolver().resolve(DatePipe).pure).toEqual(false); });
|
||||||
});
|
|
||||||
|
|
||||||
describe("supports", () => {
|
describe("supports", () => {
|
||||||
it("should support date", () => { expect(pipe.supports(date)).toBe(true); });
|
it("should support date", () => { expect(pipe.supports(date)).toBe(true); });
|
||||||
|
|
Loading…
Reference in New Issue