Fixing another async describe call

This commit is contained in:
kobelb 2019-07-18 17:42:30 -07:00
parent 5a2780d042
commit 2d503cc0eb

View file

@ -37,7 +37,7 @@ describe.skip('<IndexManagementHome />', () => {
server.restore();
});
describe('on component mount', async () => {
describe('on component mount', () => {
beforeEach(async () => {
httpRequestsMockHelpers.setLoadIndicesResponse([]);