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 40acac1 commit a28e53cCopy full SHA for a28e53c
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 test 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