Skip to content

KevinTCoughlin/ui-fabric-ts-validation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

TypeScript compatibility test suite for Office UI Fabric React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.3%
  • JavaScript 47.7%