2.0 KiB
ui-fabric-ts-validation
This repository is used to build Microsoft's office-ui-fabric-react library against a set of TypeScript versions to ensure compatibility.
TypeScript Versions
Below is the set of TypeScript versions available for validation:
- 2.4
- 2.7
- 2.9
- 3.0
- 3.1
- 3.2
- 3.3
- 3.4
- 3.5
Test locally
To run the test suite locally, run the following commands:
- From the repository root, run
rush install-fabric
to add latestoffice-ui-fabric-react
topackage.json
files. - Then run
rush update
to update Rush'sshrinkwrap.yaml
file. - Finally, run the test suite with the following command
rush test
. - The test suite results will be output to the console.
Contributing
This repo welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This repo has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.