arrow function don't have this

This commit is contained in:
Romain Beaumont 2015-12-07 00:13:01 +01:00
parent c5fd043e31
commit 85b11605a8

View file

@ -10,7 +10,7 @@ function assertPosEqual(pos1,pos2) {
} }
var once = require('event-promise'); var once = require('event-promise');
describe("Server with mineflayer connection", () => { describe("Server with mineflayer connection", function() {
this.timeout(10 * 60 * 1000); this.timeout(10 * 60 * 1000);
var bot; var bot;
var bot2; var bot2;