diff options
Diffstat (limited to 'testing/xpcshell/example/unit')
-rw-r--r-- | testing/xpcshell/example/unit/test_import_module.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xpcshell/example/unit/test_import_module.js b/testing/xpcshell/example/unit/test_import_module.js index 089ec34f8d..7da23600ed 100644 --- a/testing/xpcshell/example/unit/test_import_module.js +++ b/testing/xpcshell/example/unit/test_import_module.js @@ -6,7 +6,7 @@ /** * Ensures that tests can import a module in the same folder through: - * ChromeUtils.importESModule("resource://test/module.jsm"); + * ChromeUtils.importESModule("resource://test/module.sys.mjs"); */ function run_test() { |