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 3cd3cb4 commit bb9eda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/helpers/create-message-handler.js
Expand Up @@ -6,7 +6,7 @@ describe('createMessageHandler', () => {
let receiver;

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 bb9eda9

Please sign in to comment.