summaryrefslogtreecommitdiff
path: root/test/js-native-api/test_constructor/test2.js
blob: 230a2250e20ae75aac350a89cef193c700b1b62f (plain)
1
2
3
4
5
6
7
8
'use strict';
const common = require('../../common');
const assert = require('assert');

// Testing api calls for a constructor that defines properties
const TestConstructor =
    require(`./build/${common.buildType}/test_constructor`).constructorName;
assert.strictEqual(TestConstructor.name, 'MyObject');