/spfx-react-jest-testing

Demonstration of Unit Testing for SPFx React

Primary LanguageTypeScript

spfx-react-jest-testing

Test and release SPFx package

Summary

Demonstration of Unit Testing for SPFx React based on the work of Marcin Wojciechowski in the project spfx-webpart. I will create branches based on various versions of the SPFX framework.

Used SharePoint Framework Version

version

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

Any special pre-requisites?

Solution

Solution Author
spfx-react-jest-testing Kurt Opel

Version history

Version Date Comments
1.17.2 July 15, 2024
1.17.4 July 15, 2024
1.18.2 July 15, 2024 Had to update fluent ui references in ItemsWithAdminInfo.tsx.
1.19.0 July 16, 2024

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • Update the serve.json file with the url of your test site
  • in the command-line run:
    • npm install
    • gulp serve
  • To run the tests, run npx jest

References