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 2109a04 commit b12e9daCopy full SHA for b12e9da
readme.md
@@ -95,24 +95,24 @@ if(activeSponsor != null)
95
}
96
```
97
98
-## 🧪 Running tests
+## Running tests
99
100
-### 1️⃣ Prerequisites
+### 1️. Prerequisites
101
102
Ensure you have following components:
103
104
- [Git](https://git-scm.com/)
105
- [Visual Studio and the .NET SDK](https://visualstudio.microsoft.com/vs/)
106
107
-### 2️⃣ Git
+### 2️. Git
108
109
Clone the repository:
110
111
```git
112
git clone https://github.com/octokit/octokit.graphql.net
113
114
115
-### 3️⃣ Test the project
+### 3️. Test the project
116
117
- Open `Octokit.GraphQL.sln`.
118
- Set the Startup Project to `Octokit.GraphQL.UnitTests` or another test project as appropriate
0 commit comments