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: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ There are many ways to [contribute](https://github.com/microsoft/TypeScript/blob
33
33
* Help each other in the [TypeScript Community Discord](https://discord.gg/typescript).
34
34
* Join the [#typescript](https://twitter.com/search?q=%23TypeScript) discussion on Twitter.
* Read the language specification ([docx](https://github.com/microsoft/TypeScript/blob/master/doc/TypeScript%20Language%20Specification.docx?raw=true),
* Read the archived language specification ([docx](https://github.com/microsoft/TypeScript/blob/master/doc/TypeScript%20Language%20Specification%20-%20ARCHIVED.docx?raw=true),
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see
40
40
the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected])
@@ -78,8 +78,6 @@ gulp LKG # Replace the last known good with the built one.
78
78
# Bootstrapping step to be executed when the built compiler reaches a stable state.
79
79
gulp tests # Build the test infrastructure using the built compiler.
80
80
gulp runtests # Run tests using the built compiler and test infrastructure.
81
-
# Some low-value tests are skipped when not on a CI machine - you can use the
82
-
# --skipPercent=0 command to override this behavior and run all tests locally.
83
81
# You can override the specific suite runner used or specify a test for this command.
84
82
# Use --tests=<testPath> for a specific test and/or --runner=<runnerName> for a specific suite.
85
83
# Valid runners include conformance, compiler, fourslash, project, user, and docker
0 commit comments