mirror of https://github.com/nodejs/node.git
8 lines
192 B
JavaScript
8 lines
192 B
JavaScript
|
import '../common/index.mjs';
|
||
|
import { strictEqual } from 'assert';
|
||
|
|
||
|
import asdf from
|
||
|
'../fixtures/es-modules/package-type-module/nested-default-type/module.js';
|
||
|
|
||
|
strictEqual(asdf, 'asdf');
|