Add pipe and implement to dashboard/device component
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { DeviceHoursPipe } from './device-hours.pipe';
|
||||
|
||||
|
||||
describe('DeviceHoursPipe', () => {
|
||||
it('create an instance', () => {
|
||||
const pipe = new DeviceHoursPipe();
|
||||
expect(pipe).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user