TypeScript compatibility test suite for Office UI Fabric React
Перейти к файлу
Jason Gore a27aefdced Add TS3.5 test case (#3)
* Add TS3.5 test.

* Update shrinkwrap.
2019-05-31 15:52:07 -07:00
.github Add Aditi as CODEOWNER 2019-05-07 09:53:01 -07:00
.vscode Add initial test suite 2019-05-03 15:49:34 -07:00
common Add TS3.5 test case (#3) 2019-05-31 15:52:07 -07:00
tests Add TS3.5 test case (#3) 2019-05-31 15:52:07 -07:00
.gitattributes Add initial test suite 2019-05-03 15:49:34 -07:00
.gitignore Add initial test suite 2019-05-03 15:49:34 -07:00
LICENSE Add initial test suite 2019-05-03 15:49:34 -07:00
README.md Add TS3.5 test case (#3) 2019-05-31 15:52:07 -07:00
azure-pipelines.yml Add TS3.5 test case (#3) 2019-05-31 15:52:07 -07:00
rush.json Add TS3.5 test case (#3) 2019-05-31 15:52:07 -07:00

README.md

ui-fabric-ts-validation

Build Status

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:

  1. From the repository root, run rush install-fabric to add latest office-ui-fabric-react to package.json files.
  2. Then run rush update to update Rush's shrinkwrap.yaml file.
  3. Finally, run the test suite with the following command rush test.
  4. 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.