diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-06-24 19:10:21 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-24 10:10:21 -0700 |
| commit | 70a9859adce478180a15d43877fe239a44379556 (patch) | |
| tree | 2ff6108cadc265bf5b80215dbcf4de9f134e7ef9 /tests | |
| parent | 3c81cca0374c96ff4759ec9305eb5529dd29a4d8 (diff) | |
refactor: use Path/PathBuf in deno dir (#2559)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/error_004_missing_module.ts.out | 2 | ||||
| -rw-r--r-- | tests/error_005_missing_dynamic_import.ts.out | 2 | ||||
| -rw-r--r-- | tests/error_006_import_ext_failure.ts.out | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/error_004_missing_module.ts.out b/tests/error_004_missing_module.ts.out index 6add996f2..2a66779d0 100644 --- a/tests/error_004_missing_module.ts.out +++ b/tests/error_004_missing_module.ts.out @@ -1,4 +1,4 @@ -[WILDCARD]error: Uncaught NotFound: Cannot resolve module "[WILDCARD]/bad-module.ts" from "[WILDCARD]tests/error_004_missing_module.ts" +[WILDCARD]error: Uncaught NotFound: Cannot resolve module "[WILDCARD]/bad-module.ts" [WILDCARD] js/errors.ts:[WILDCARD] at DenoError (js/errors.ts:[WILDCARD]) at maybeError (js/errors.ts:[WILDCARD]) diff --git a/tests/error_005_missing_dynamic_import.ts.out b/tests/error_005_missing_dynamic_import.ts.out index 7c161e754..2debcb1d7 100644 --- a/tests/error_005_missing_dynamic_import.ts.out +++ b/tests/error_005_missing_dynamic_import.ts.out @@ -1,4 +1,4 @@ -[WILDCARD]error: Uncaught NotFound: Cannot resolve module "[WILDCARD]/bad-module.ts" from "[WILDCARD]tests/error_005_missing_dynamic_import.ts" +[WILDCARD]error: Uncaught NotFound: Cannot resolve module "[WILDCARD]/bad-module.ts" [WILDCARD] js/errors.ts:[WILDCARD] at DenoError (js/errors.ts:[WILDCARD]) at maybeError (js/errors.ts:[WILDCARD]) diff --git a/tests/error_006_import_ext_failure.ts.out b/tests/error_006_import_ext_failure.ts.out index 797b78502..aea2fbc90 100644 --- a/tests/error_006_import_ext_failure.ts.out +++ b/tests/error_006_import_ext_failure.ts.out @@ -1,4 +1,4 @@ -[WILDCARD]error: Uncaught NotFound: Cannot resolve module "[WILDCARD]/non-existent" from "[WILDCARD]tests/error_006_import_ext_failure.ts" +[WILDCARD]error: Uncaught NotFound: Cannot resolve module "[WILDCARD]/non-existent" [WILDCARD] js/errors.ts:[WILDCARD] at DenoError (js/errors.ts:[WILDCARD]) at maybeError (js/errors.ts:[WILDCARD]) |
