aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-10 01:42:39 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-11 02:03:46 -0700
commitb79dd18ca5e1a9e5e82e39f9ea0028c135227bc7 (patch)
treef7f5a8eee91d858e1e5d9518c0d6adb371d2d9bc
parent3abfc3566be8730c9c9d6e57cb355f57e0acb303 (diff)
downloadbun-b79dd18ca5e1a9e5e82e39f9ea0028c135227bc7.tar.gz
bun-b79dd18ca5e1a9e5e82e39f9ea0028c135227bc7.tar.zst
bun-b79dd18ca5e1a9e5e82e39f9ea0028c135227bc7.zip
[bun wiptest] Fix copy
-rw-r--r--src/bun.js/test/jest.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/test/jest.zig b/src/bun.js/test/jest.zig
index 5d68c3dcc..7922c4940 100644
--- a/src/bun.js/test/jest.zig
+++ b/src/bun.js/test/jest.zig
@@ -164,7 +164,7 @@ pub const Jest = struct {
exception: js.ExceptionRef,
) js.JSValueRef {
var runner_ = runner orelse {
- JSError(getAllocator(ctx), "Run bun test to run a test", .{}, ctx, exception);
+ JSError(getAllocator(ctx), "Run bun wiptest to run a test", .{}, ctx, exception);
return js.JSValueMakeUndefined(ctx);
};