diff options
| author | 2022-07-10 01:42:39 -0700 | |
|---|---|---|
| committer | 2022-07-11 02:03:46 -0700 | |
| commit | b79dd18ca5e1a9e5e82e39f9ea0028c135227bc7 (patch) | |
| tree | f7f5a8eee91d858e1e5d9518c0d6adb371d2d9bc | |
| parent | 3abfc3566be8730c9c9d6e57cb355f57e0acb303 (diff) | |
| download | bun-b79dd18ca5e1a9e5e82e39f9ea0028c135227bc7.tar.gz bun-b79dd18ca5e1a9e5e82e39f9ea0028c135227bc7.tar.zst bun-b79dd18ca5e1a9e5e82e39f9ea0028c135227bc7.zip | |
[bun wiptest] Fix copy
| -rw-r--r-- | src/bun.js/test/jest.zig | 2 |
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); }; |
