Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
robtpaton authored and Trott committed Nov 1, 2017
commit f5cd4c5d528894a641f8d21ccb14cf1810917514
2 changes: 1 addition & 1 deletion test/es-module/test-esm-loader-modulemap.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';
// Flags: --expose-internals

// This tests ensures that the type checking of ModuleMap throws errors appropriately
// This test ensures that the type checking of ModuleMap throws errors appropriately

const assert = require('assert');
const { URL } = require('url');
Expand Down