mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
fix(ui): update eslint
This commit is contained in:
committed by
Łukasz Mierzwa
parent
3b74969b3c
commit
638531901a
@@ -24,9 +24,9 @@ afterEach(() => {
|
||||
|
||||
const renderConfiguration = () => {
|
||||
return render(
|
||||
<ThemeContext.Provider value={MockThemeContext}>
|
||||
<ThemeContext value={MockThemeContext}>
|
||||
<MultiGridConfiguration settingsStore={settingsStore} />
|
||||
</ThemeContext.Provider>,
|
||||
</ThemeContext>,
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user