Skip to content

Commit 5e762a7

Browse files
Update website/src/pages/en/subgraphs/developing/creating/unit-testing-framework.mdx
Co-authored-by: Benoît Rouleau <[email protected]>
1 parent cac85d6 commit 5e762a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/developing/creating/unit-testing-framework.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This will run all tests in the test folder:
9797
graph test
9898
```
9999

100-
This will run a test named gravity.test.ts and/or all tests inside of a folder named gravity:
100+
This will run a test named `gravity.test.ts` and/or all tests inside of a folder named `gravity`:
101101

102102
```sh
103103
graph test gravity

0 commit comments

Comments
 (0)