Skip to content

Commit

Permalink
fix(watt): tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frontend-specialisten committed Aug 20, 2024
1 parent 064367e commit c3f1fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
import { AbstractControl, ValidatorFn } from '@angular/forms';

import { WattDateRange } from '../../../../utils/date';
import { WattDateRange } from '@energinet-datahub/watt/utils/date';
import { WattRangeValidators } from './watt-range.validators';

interface RangeValue {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import userEvent from '@testing-library/user-event';
// eslint-disable-next-line @nx/enforce-module-boundaries
import { danishLocalProviders } from '@energinet-datahub/gf/globalization/configuration-danish-locale';
import { WattTimepickerComponent } from './';
import { WattDateRange } from '../../../utils/date';
import { danishDatetimeProviders } from '../../../configuration/watt-danish-datetime.providers';
import { WattDateRange } from '@energinet-datahub/watt/utils/date';
import { danishDatetimeProviders } from '@energinet-datahub/watt/core/datetime';

const backspace = '{backspace}';

Expand Down

0 comments on commit c3f1fe4

Please sign in to comment.