From ad9ec659713fdbed4525f32e41b8eaa6c78d1b63 Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Fri, 23 Mar 2018 15:59:49 +0100 Subject: [PATCH] test: fix typo in comment --- test/integration/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/module.js b/test/integration/module.js index 17e75218..da70b41f 100644 --- a/test/integration/module.js +++ b/test/integration/module.js @@ -5,7 +5,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); });