• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import '../common/index.mjs';
2import { strictEqual } from 'assert';
3
4import asdf from
5  '../fixtures/es-modules/package-type-module/nested-default-type/module.js';
6
7strictEqual(asdf, 'asdf');
8