diff options
| author | Andrew Mitchell <32021055+mitch292@users.noreply.github.com> | 2021-03-18 20:02:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-18 20:02:29 -0400 |
| commit | 277e19f4d26b66bbba99b0a3d6539b524dc88830 (patch) | |
| tree | f1aa56bf62b547b8823cd2efecc5f87770b1563a /cli/tests/error_027_bare_import_error.ts | |
| parent | 7d12dd18992cc58ce9866c2e42d914c8c8cf6d7a (diff) | |
fix(cli/bundle): display anyhow error chain (#9822)
Diffstat (limited to 'cli/tests/error_027_bare_import_error.ts')
| -rw-r--r-- | cli/tests/error_027_bare_import_error.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/error_027_bare_import_error.ts b/cli/tests/error_027_bare_import_error.ts new file mode 100644 index 000000000..c0748305d --- /dev/null +++ b/cli/tests/error_027_bare_import_error.ts @@ -0,0 +1 @@ +import "foo"; |
