From e78cfb47bb0976d95c7f086d31bec3d97ee28494 Mon Sep 17 00:00:00 2001 From: Pedro Luiz Cabral Salomon Prado Date: Tue, 4 May 2021 16:35:40 -0300 Subject: [PATCH] Fix: import correct delay function --- src/App.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.spec.js b/src/App.spec.js index 5aa3409..37862d6 100644 --- a/src/App.spec.js +++ b/src/App.spec.js @@ -1,4 +1,4 @@ -import delay from 'redux-saga'; +import { delay } from 'redux-saga'; it("async test 1",done=>{ setTimeout(done,100);