mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 05:28:27 +00:00
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.
5 lines
103 B
JSON
5 lines
103 B
JSON
{
|
|
"preset": "@voitanos/jest-preset-spfx-react16",
|
|
"rootDir": "../src",
|
|
"collectCoverage": false
|
|
} |