aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-04-17 17:13:01 -0700
committerGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-04-17 17:13:01 -0700
commit4505be7ff9bf66f8fa38c0aaa26a1fb76048bb6d (patch)
tree8b4bf174e04247849a4f475c2a5edb4a3d6b2a46 /test
parenta17624942e834875287c2b8b35b45954e91a67c3 (diff)
downloadbun-4505be7ff9bf66f8fa38c0aaa26a1fb76048bb6d.tar.gz
bun-4505be7ff9bf66f8fa38c0aaa26a1fb76048bb6d.tar.zst
bun-4505be7ff9bf66f8fa38c0aaa26a1fb76048bb6d.zip
Diffstat (limited to 'test')
-rw-r--r--test/bundler/esbuild/default.test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/bundler/esbuild/default.test.ts b/test/bundler/esbuild/default.test.ts
index d504bd4da..c3421224d 100644
--- a/test/bundler/esbuild/default.test.ts
+++ b/test/bundler/esbuild/default.test.ts
@@ -5953,9 +5953,9 @@ describe("bundler", () => {
'Could not resolve: "@scope/pkg4". Maybe you need to "bun install"?',
'Could not resolve: "@scope/pkg5/foo". Maybe you need to "bun install"?',
'Could not resolve: "@abs-path/pkg6". Maybe you need to "bun install"?',
- 'Could not resolve: "@abs-path/pkg6/foo". Maybe you need to "bun install"?',
+ 'Could not resolve: "@abs-path/pkg7/foo". Maybe you need to "bun install"?',
'Could not resolve: "@scope-only/pkg8". Maybe you need to "bun install"?',
- 'Could not resolve: "slash/" Maybe. you need to "bun install"?',
+ 'Could not resolve: "slash/". Maybe you need to "bun install"?',
'Could not resolve: "pkg3". Maybe you need to "bun install"?',
],
},