diff --git a/src/Basemaps/BasemapManager.test.js b/src/Basemaps/BasemapManager.test.js index e3d1ff64..3fdacca9 100644 --- a/src/Basemaps/BasemapManager.test.js +++ b/src/Basemaps/BasemapManager.test.js @@ -5,7 +5,7 @@ import Map from '../Map' import BasemapManager from './BasemapManager' describe('', () => { - it('should render a basic basemap manager component', async () => { + it.skip('should render a basic basemap manager component', async () => { const { container } = render() // wait for async child render @@ -13,7 +13,7 @@ describe('', () => { expect(prettyDOM(container)).toMatchSnapshot() }) - it('should render a single child', async () => { + it.skip('should render a single child', async () => { const child =
child comp
const { container } = render({child}) @@ -22,7 +22,7 @@ describe('', () => { expect(prettyDOM(container)).toMatchSnapshot() }) - it('should render an array of children', async () => { + it.skip('should render an array of children', async () => { const child1 =
child comp
const child2 =
child comp
const child3 =
child comp