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 f6d6b57 commit a98ba0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/helpers/extend-broker-implementation.js
Expand Up @@ -3,7 +3,7 @@ import { extendBrokerImplementation } from '../../../src/helpers/extend-broker-i
describe('extendBrokerImplementation', () => {

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 a98ba0b

Please sign in to comment.