This repository has been archived on 2023-12-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
universal-statuspage/src/app/_pipe/dayjs.pipe.spec.ts
samuel-p e9599373ec added last downtime log (closes #55)
added uptime statistics (closes #56)
added german translations (closes #57)
2021-01-10 16:06:18 +01:00

8 lines
183 B
TypeScript

import { DayjsPipe } from './dayjs.pipe';
describe('DayjsPipe', () => {
it('create an instance', () => {
const pipe = new DayjsPipe();
expect(pipe).toBeTruthy();
});
});