Skip to content

Commit

Permalink
test: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Mar 23, 2018
1 parent af14bc4 commit 3cd3cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/helpers/extend-worker-implementation.js
Expand Up @@ -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);
});

Expand Down

0 comments on commit 3cd3cb4

Please sign in to comment.