Skip to content

Commit

Permalink
fix: Don't attempt to use bun's built in test runner
Browse files Browse the repository at this point in the history
Instead run the test command as a script
  • Loading branch information
cpb8010 committed May 1, 2024
1 parent c69cf19 commit a045fa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/00.build/60.test-and-debug/20.in-memory-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ To run the test file, execute:
```
```bash [bun]
bun test
bun run test
```
::
Expand Down
4 changes: 2 additions & 2 deletions content/00.build/60.test-and-debug/40.hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ npm test
```
```bash [bun]
bun test
bun run test
```
::
Expand Down Expand Up @@ -254,7 +254,7 @@ npm test
```
```bash [bun]
bun test
bun run test
```
::
Expand Down

0 comments on commit a045fa4

Please sign in to comment.