diff options
Diffstat (limited to 'tests/error_009_missing_js_module.js.out')
-rw-r--r-- | tests/error_009_missing_js_module.js.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/error_009_missing_js_module.js.out b/tests/error_009_missing_js_module.js.out index e0d8cce2e..ca41435fa 100644 --- a/tests/error_009_missing_js_module.js.out +++ b/tests/error_009_missing_js_module.js.out @@ -1 +1 @@ -Uncaught NotFound: Cannot resolve module "./bad-module.js" from "[WILDCARD]/tests/error_009_missing_js_module.js" +Uncaught Cannot resolve module "./bad-module.js" from "[WILDCARD]error_009_missing_js_module.js" |