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 b9ebf1f commit 185a9c2Copy full SHA for 185a9c2
packages/node-addon-examples/tests/threadsafe_function/addon.js
@@ -1,4 +1,3 @@
1
-/* eslint-disable @typescript-eslint/no-require-imports */
2
/* eslint-disable no-undef */
3
const assert = require("assert");
4
const binding = require("bindings")("addon.node");
@@ -10,7 +9,6 @@ const expectedArray = (function (arrayLength) {
10
9
return result;
11
})(binding.ARRAY_LENGTH);
12
13
-let cnt = 0;
14
function testWithJSMarshaller({
15
threadStarter,
16
quitAfter,
0 commit comments