aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-07-02 23:48:31 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-07-02 23:48:31 -0700
commit48d726bfd0701f8e33442f2c7075dc8191a2ccb4 (patch)
tree74337aefc0e0ed5a3164be41df9136ce0f9a867b
parent12a342b6c0d6dd9badb58a929b240663bae8edef (diff)
downloadbun-48d726bfd0701f8e33442f2c7075dc8191a2ccb4.tar.gz
bun-48d726bfd0701f8e33442f2c7075dc8191a2ccb4.tar.zst
bun-48d726bfd0701f8e33442f2c7075dc8191a2ccb4.zip
Update time.md
-rw-r--r--docs/test/time.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/test/time.md b/docs/test/time.md
index 3da79df8d..ef741fc6f 100644
--- a/docs/test/time.md
+++ b/docs/test/time.md
@@ -74,7 +74,7 @@ test("it was 2020, for a moment.", () => {
## Set the time zone
-To change the time zone, either pass the `$TZ` environment variable to your test runner, or set `process.env.TZ` at runtime:
+To change the time zone, either pass the `$TZ` environment variable to `bun test`, or set `process.env.TZ` at runtime:
```ts
import { test, expect } from "bun:test";