Skip to content

Commit

Permalink
delete unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EslamHiko committed May 12, 2019
1 parent 019b73c commit 0285f1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/ContentBase.test.js
Expand Up @@ -68,8 +68,6 @@ describe('ContentBase', () => {
setTimeout(() => {
fs.writeFileSync(nestedFile, 'Heyo', 'utf8');
}, 1000);

// expect(applyReload).toHaveBeenCalled();
});
});

Expand Down Expand Up @@ -122,8 +120,6 @@ describe('ContentBase', () => {
setTimeout(() => {
fs.writeFileSync(nestedFile, 'Heyo', 'utf8');
}, 1000);

// expect(applyReload).toHaveBeenCalled();
});
});

Expand Down

0 comments on commit 0285f1d

Please sign in to comment.