diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/020_json_modules.ts.out | 2 | ||||
-rw-r--r-- | cli/tests/compiler_js_error.ts.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/020_json_modules.ts.out b/cli/tests/020_json_modules.ts.out index 54db523a0..8c07af203 100644 --- a/cli/tests/020_json_modules.ts.out +++ b/cli/tests/020_json_modules.ts.out @@ -1,3 +1,3 @@ [WILDCARD] -error: Uncaught TypeError: Cannot resolve extension for "[WILDCARD]config.json" with mediaType "Json". +error: TypeError: Cannot resolve extension for "[WILDCARD]config.json" with mediaType "Json". [WILDCARD]
\ No newline at end of file diff --git a/cli/tests/compiler_js_error.ts.out b/cli/tests/compiler_js_error.ts.out index 8c6e6e35e..bb9d69610 100644 --- a/cli/tests/compiler_js_error.ts.out +++ b/cli/tests/compiler_js_error.ts.out @@ -1,4 +1,4 @@ Check [WILDCARD]compiler_js_error.ts error: Uncaught Error: Error in TS compiler: -Uncaught AssertionError: Unexpected skip of the emit. +AssertionError: Unexpected skip of the emit. [WILDCARD] |