IuryNogueira/myreef

View on GitHub
thereef/src/infrastructure/repositories/SensorRepository.spec.ts

Summary

Maintainability
A
45 mins
Test Coverage

Showing 1 of 1 total issue

Identical blocks of code found in 2 locations. Consider refactoring.
Open

const dummySensors: Sensor[] = [
{ id: 'a2134', name: 'Sensor 1', value: true },
{ id: '12323', name: 'Sensor 2', value: true }
];
thereef/src/app/app.component.spec.ts on lines 36..39
Category
Status