0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
nodejs/test/parallel/test-internal-modules-expose.js

8 lines
171 B
JavaScript
Raw Normal View History

'use strict';
// Flags: --expose_internals
require('../common');
var assert = require('assert');
assert.equal(typeof require('internal/freelist').FreeList, 'function');