Add pipe and implement to dashboard/device component

This commit is contained in:
Brice Bauer
2024-05-08 08:26:20 -04:00
parent 8fa32c6dd7
commit 806f7c64a0
6 changed files with 32 additions and 7 deletions
@@ -0,0 +1,9 @@
import { DeviceHoursPipe } from './device-hours.pipe';
describe('DeviceHoursPipe', () => {
it('create an instance', () => {
const pipe = new DeviceHoursPipe();
expect(pipe).toBeTruthy();
});
});