Skip to content

Commit

Permalink
wip: polling. to be discussed
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Jun 19, 2023
1 parent c92322f commit 8b1a77e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ describe('pollingMiddleware', () => {
]);
});

it('request', () => {
// TODO: ask Lukas Rada about some details about this polling logic
it.skip('request', () => {
jest.spyOn(global, 'setTimeout');
const store = initStore(
getInitialState({
Expand Down

0 comments on commit 8b1a77e

Please sign in to comment.