Skip to content

Commit

Permalink
fix(admin-ui): write test for all pages under auth-server plugin #301
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrydy committed Nov 11, 2021
1 parent bd2a35b commit a9cbcf0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import React from 'react'
import { render, screen, waitFor } from '@testing-library/react'
import ConfigPage from './ConfigPage'
import { combineReducers } from 'redux'
import { createStore } from 'redux'
import { combineReducers, createStore } from 'redux'
import { Provider } from 'react-redux'
import i18n from '../../../../app/i18n'
import { I18nextProvider } from 'react-i18next'
Expand Down

0 comments on commit a9cbcf0

Please sign in to comment.