Improve test coverage

This commit is contained in:
Phillip Thelen
2024-06-10 14:44:21 +02:00
parent ebdac0b388
commit d4ba96796c
6 changed files with 83 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import each from 'lodash/each';
import assign from 'lodash/assign';
import t from './translation';
import { filterReleased } from './is_released';
import { EGGS_RELEASE_DATES } from './constants/release_dates';
import { EGGS_RELEASE_DATES } from './constants/releaseDates';
import datedMemoize from '../fns/datedMemoize';
function applyEggDefaults (set, config) {