Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edewit committed Apr 12, 2022
1 parent 9d6068b commit 29a4493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-mineflayer/storeys.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const mineflayer = require('mineflayer');

describe("Storeys plugin test", () => {
beforeAll(() => {
// Prevent jest from complaining about an import after the test is done (You are trying to `import` a file after the Jest environment has been torn down.)
jest.useFakeTimers('legacy');
console.log = () => {};
});
Expand Down

0 comments on commit 29a4493

Please sign in to comment.