diff --git a/test/integration/module.js b/test/integration/module.js index 04a52a8b..0d4e90af 100644 --- a/test/integration/module.js +++ b/test/integration/module.js @@ -3,7 +3,7 @@ describe('module', () => { let worker; 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); });