Skip to content

Commit b3c5246

Browse files
committed
Fix lint error
1 parent 8559285 commit b3c5246

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/src/components/toolbar/filters/__tests__/filters-toolbar.spec.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ import { mount, shallow } from 'enzyme';
33
import * as React from 'react';
44
import { FilterDefinitionSample } from '../../../../components/__tests-data__/filters';
55
import { actOn } from '../../../../components/__tests__/common.spec';
6+
import { defaultConfig } from '../../../../model/config';
67
import FiltersToolbar, { FiltersToolbarProps } from '../../../toolbar/filters-toolbar';
78

89
describe('<FiltersToolbar />', () => {
910
const props: FiltersToolbarProps = {
11+
config: defaultConfig,
1012
filters: { backAndForth: false, list: [] },
1113
filterDefinitions: FilterDefinitionSample,
1214
forcedFilters: undefined,

0 commit comments

Comments
 (0)