This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
sp-dev-fx-webparts
mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
Watch
1
Star
0
Fork
You've already forked sp-dev-fx-webparts
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ba1023210b
sp-dev-fx-webparts
/
samples
/
react-page-navigator
/
config
/
jest.config.json
5 lines
103 B
JSON
Raw
Normal View
History
Unescape
Escape
React Page Navigator webpart to display page header tags in Nav component
2019-09-05 13:49:19 -04:00
{
"preset"
:
"@voitanos/jest-preset-spfx-react16"
,
Added some unit tests for navLinkBuilder Because I could not make jest work with any references to SPFx, I separated the navLinkBuilder into its own component. Also, I set collectCoverage to false, as coverage collection is currently broken and I see no easy way to fix this. Two tests are ignored, since they describe the issue and are currently failing.
2022-11-02 19:11:17 -04:00
"rootDir"
:
"../src"
,
"collectCoverage"
:
false
React Page Navigator webpart to display page header tags in Nav component
2019-09-05 13:49:19 -04:00
}