diff --git a/test/unit/helpers/extend-worker-implementation.js b/test/unit/helpers/extend-worker-implementation.js index c87c09da..e9533fb2 100644 --- a/test/unit/helpers/extend-worker-implementation.js +++ b/test/unit/helpers/extend-worker-implementation.js @@ -4,7 +4,7 @@ import { extendWorkerImplementation } from '../../../src/helpers/extend-worker-i describe('extendWorkerImplementation', () => { after((done) => { - // @todo This is a optimistic fix to prevent the famous 'Some of your tests did a full page reload!' error. + // @todo This is an optimistic fix to prevent the famous 'Some of your tests did a full page reload!' error. setTimeout(done, 1000); });