added browser tests, modified ci script, removed testing for version 0.90.x
This commit is contained in:
@ -479,6 +479,7 @@ describe('Transport Class', function () {
|
||||
expect(err).to.be.a(errors.ConnectionFault);
|
||||
expect(resp).to.be(undefined);
|
||||
expect(body).to.be(undefined);
|
||||
trans.close();
|
||||
done();
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user