aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-03 15:32:15 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-03 15:32:15 -0700
commit2d0eaf9842c48a69146b63f584c1dfe54c8c4dd0 (patch)
treecd28a5fabc2045ead8fef3a07675cddce3cc3fd6
parent101f0ee6bab5591e0c7dc9889b226ccc0669159f (diff)
downloadbun-2d0eaf9842c48a69146b63f584c1dfe54c8c4dd0.tar.gz
bun-2d0eaf9842c48a69146b63f584c1dfe54c8c4dd0.tar.zst
bun-2d0eaf9842c48a69146b63f584c1dfe54c8c4dd0.zip
Fix broken test
-rw-r--r--test/bundler/bundler_plugin.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bundler/bundler_plugin.test.ts b/test/bundler/bundler_plugin.test.ts
index 312c8f252..74c5650cc 100644
--- a/test/bundler/bundler_plugin.test.ts
+++ b/test/bundler/bundler_plugin.test.ts
@@ -54,7 +54,7 @@ describe("bundler", () => {
});
},
run: {
- stdout: "foo",
+ stdout: "HELLO WORLD",
},
});