We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858dc2b commit 18e704aCopy full SHA for 18e704a
test/unit/compat/context-test.js renamed to test/unit/compat/context-test.ts
@@ -1,7 +1,7 @@
1
-if (process.env.INCLUDE_COMPAT_TESTS) {
2
- const zmq = require("./load")
3
- const {assert} = require("chai")
+import * as zmq from "../../../v5-compat"
+import {assert} from "chai"
4
+if (process.env.INCLUDE_COMPAT_TESTS) {
5
describe("compat context", function () {
6
it("should support setting max io threads", function () {
7
zmq.Context.setMaxThreads(3)
0 commit comments