mirror of
https://github.com/coder/code-server.git
synced 2025-09-22 17:23:30 +08:00
Fix protocol fs test
This commit is contained in:
@ -27,9 +27,10 @@ describe("spdlog", () => {
|
||||
.toContain("critical");
|
||||
});
|
||||
|
||||
it("should dispose", () => {
|
||||
it("should dispose", (done) => {
|
||||
setTimeout(() => {
|
||||
client.dispose();
|
||||
done();
|
||||
}, 100);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user