mirror of
https://github.com/parnic/node-intellicenter.git
synced 2025-06-16 18:20:14 -05:00
I was trying to make a websocket test, but the "ws" library doesn't appear to be easily mocked and I prefer to use it over the built-in WebSocket. So we'll see what I can do in the future.
4 lines
61 B
TypeScript
4 lines
61 B
TypeScript
describe("empty test", () => {
|
|
it("passes", () => {});
|
|
});
|