mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-20 06:51:42 +00:00
arrow function don't have this
This commit is contained in:
parent
c5fd043e31
commit
85b11605a8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ function assertPosEqual(pos1,pos2) {
|
|||
}
|
||||
var once = require('event-promise');
|
||||
|
||||
describe("Server with mineflayer connection", () => {
|
||||
describe("Server with mineflayer connection", function() {
|
||||
this.timeout(10 * 60 * 1000);
|
||||
var bot;
|
||||
var bot2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue