Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

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 #246

PR-URL: #301
Reviewed-By: Kunal Pathak <kunal.pathak@microsoft.com>
Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
  • Loading branch information
kfarnung committed Jun 15, 2017
1 parent 7517f97 commit e72523b
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 e72523b

Please sign in to comment.