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 7517f97 commit e72523bCopy full SHA for e72523b
test/addons-napi/test_reference/test.js
@@ -4,12 +4,6 @@
4
const common = require('../../common');
5
const assert = require('assert');
6
7
-if (common.isChakraEngine) {
8
- common.skip('Skipped for node-chakracore till #246 is fixed.');
9
- return;
10
-}
11
-
12
13
const test_reference = require(`./build/${common.buildType}/test_reference`);
14
15
// This test script uses external values with finalizer callbacks
0 commit comments