diff --git a/content/00.build/60.test-and-debug/20.in-memory-node.md b/content/00.build/60.test-and-debug/20.in-memory-node.md index 0aac7eaf..52e10c6b 100644 --- a/content/00.build/60.test-and-debug/20.in-memory-node.md +++ b/content/00.build/60.test-and-debug/20.in-memory-node.md @@ -487,7 +487,7 @@ To run the test file, execute: ``` ```bash [bun] - bun test + bun run test ``` :: diff --git a/content/00.build/60.test-and-debug/40.hardhat.md b/content/00.build/60.test-and-debug/40.hardhat.md index c4e2c2d4..f8ce7293 100644 --- a/content/00.build/60.test-and-debug/40.hardhat.md +++ b/content/00.build/60.test-and-debug/40.hardhat.md @@ -131,7 +131,7 @@ npm test ``` ```bash [bun] -bun test +bun run test ``` :: @@ -254,7 +254,7 @@ npm test ``` ```bash [bun] -bun test +bun run test ``` ::