Skip to content

Commit

Permalink
test: enable addons-napi/test_reference
Browse files Browse the repository at this point in the history
Fixed by upstream PR nodejs/node#13121

Resolves nodejs#246
  • Loading branch information
kfarnung committed Jun 15, 2017
1 parent d41d2ee commit 9d981c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/addons-napi/test_reference/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
const common = require('../../common');
const assert = require('assert');

if (common.isChakraEngine) {
common.skip('Skipped for node-chakracore till #246 is fixed.');
return;
}


const test_reference = require(`./build/${common.buildType}/test_reference`);

// This test script uses external values with finalizer callbacks
Expand Down

0 comments on commit 9d981c7

Please sign in to comment.