We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac85d6 commit 5e762a7Copy full SHA for 5e762a7
website/src/pages/en/subgraphs/developing/creating/unit-testing-framework.mdx
@@ -97,7 +97,7 @@ This will run all tests in the test folder:
97
graph test
98
```
99
100
-This will run a test named gravity.test.ts and/or all tests inside of a folder named gravity:
+This will run a test named `gravity.test.ts` and/or all tests inside of a folder named `gravity`:
101
102
```sh
103
graph test gravity
0 commit comments