You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/contribution-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ We don't reject these outright -- improvements are always welcome -- but anythin
66
66
67
67
ShopifySharp is uses [xUnit](https://xunit.github.io/) for tests. New tests should all follow the format of other, existing tests. You can use the [Article](https://github.com/nozzlegear/ShopifySharp/blob/master/ShopifySharp.Tests/Article_Tests.cs) test as an example.
68
68
69
-
If you're using VS Code, I would highly recommend that you [use the provided ShopifySharp Test snippet in the VSCode folder](https://github.com/nozzlegear/ShopifySharp/blob/master/.vscode/snippets.csharp.json). This snippet will set up a new test file for you when you type `test-shopifysharp`:
69
+
If you're using VS Code, a snippet should be automatically loaded for creating tests. This snippet will set up a new test file for you when you type `test-shopifysharp`:
0 commit comments