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: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Your pull request should:
25
25
* Tests should include reasonable permutations of the target fix/change
26
26
* Include baseline changes with your change
27
27
* All changed code must have 100% code coverage
28
-
* Follow the existing code conventions in the file
28
+
* Follow the code conventions descriped in [Coding guidlines](https://github.com/Microsoft/TypeScript/wiki/Coding-guidlines)
29
29
30
30
## Running the Tests
31
31
To run all tests, invoke the runtests target using jake:
@@ -70,4 +70,4 @@ After verifying that the changes in the baselines are correct, run
70
70
71
71
to establish the new baselines as the desired behavior. This will change the files in tests\baselines\reference, which should be included as part of your commit. It's important to carefully validate changes in the baselines.
72
72
73
-
**Note** that baseline-accept should only be run after a full test run! Accepting baselines after running a subset of tests will delete baseline files for the tests that didn't run.
73
+
**Note** that baseline-accept should only be run after a full test run! Accepting baselines after running a subset of tests will delete baseline files for the tests that didn't run.
0 commit comments