diff options
author | 2023-05-03 15:32:15 -0700 | |
---|---|---|
committer | 2023-05-03 15:32:15 -0700 | |
commit | 2d0eaf9842c48a69146b63f584c1dfe54c8c4dd0 (patch) | |
tree | cd28a5fabc2045ead8fef3a07675cddce3cc3fd6 | |
parent | 101f0ee6bab5591e0c7dc9889b226ccc0669159f (diff) | |
download | bun-2d0eaf9842c48a69146b63f584c1dfe54c8c4dd0.tar.gz bun-2d0eaf9842c48a69146b63f584c1dfe54c8c4dd0.tar.zst bun-2d0eaf9842c48a69146b63f584c1dfe54c8c4dd0.zip |
Fix broken test
-rw-r--r-- | test/bundler/bundler_plugin.test.ts | 2 |
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", }, }); |