Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Jul 19, 2020
1 parent ebcb6d3 commit 2861cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 239 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jest.mock('../../../lists_plugin_deps', () => {
});

describe('AutocompleteFieldListsComponent', () => {
xtest('it renders disabled if "isDisabled" is true', async () => {
test('it renders disabled if "isDisabled" is true', async () => {
await act(async () => {
const wrapper = mount(
<ThemeProvider theme={() => ({ eui: euiLightVars, darkMode: false })}>
Expand All @@ -63,7 +63,7 @@ describe('AutocompleteFieldListsComponent', () => {
});
});

xtest('it renders loading if "isLoading" is true', async () => {
test('it renders loading if "isLoading" is true', async () => {
await act(async () => {
const wrapper = mount(
<ThemeProvider theme={() => ({ eui: euiLightVars, darkMode: false })}>
Expand Down

0 comments on commit 2861cfa

Please sign in to comment.