mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
build: update typescript version (#1601)
This commit is contained in:
committed by
Mayukha Vadari
parent
148cac6f3f
commit
0dc1e08350
@@ -262,6 +262,10 @@ describe('Connection', function () {
|
||||
try {
|
||||
await this.client.connect()
|
||||
} catch (error) {
|
||||
if (!(error instanceof Error)) {
|
||||
throw error
|
||||
}
|
||||
|
||||
assert.instanceOf(error, DisconnectedError)
|
||||
assert.strictEqual(
|
||||
error.message,
|
||||
|
||||
Reference in New Issue
Block a user