测试:添加战斗测试
This commit is contained in:
@@ -7,7 +7,7 @@ describe('军团测试', function() {
|
||||
let pinusClient: PinusWSClient;
|
||||
let guildList;
|
||||
|
||||
beforeEach(function(done) {
|
||||
before(function(done) {
|
||||
const c = new Client();
|
||||
const timer = setInterval(() => {
|
||||
if (c.client) {
|
||||
@@ -18,7 +18,7 @@ describe('军团测试', function() {
|
||||
}, 500);
|
||||
});
|
||||
|
||||
afterEach(function(done) {
|
||||
after(function(done) {
|
||||
pinusClient.disconnect();
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user