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

Commit

Permalink
implicit specifier case is esm
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored and MylesBorins committed Mar 8, 2019
1 parent 6886091 commit a7b4b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/es-module/test-esm-specifiers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ assert.strictEqual(commonjs, 'commonjs');
assert.strictEqual(module, 'module');
assert.strictEqual(success, 'success');
assert.strictEqual(explicit, 'esm');
assert.strictEqual(implicit, 'cjs');
assert.strictEqual(implicit, 'esm');
assert.strictEqual(implicitModule, 'esm');

async function main() {
Expand Down

0 comments on commit a7b4b27

Please sign in to comment.