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 3189f84 commit 7af06fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/helpers/allocate.js
Expand Up @@ -3,7 +3,7 @@ import { allocate } from '../../../src/helpers/allocate';
describe('allocate', () => {

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 7af06fd

Please sign in to comment.