sp-dev-fx-webparts/samples/react-jest-testing/config/package-solution.json

15 lines
433 B
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-jest-testing-client-side-solution",
"id": "9e16e13b-8d8c-4b89-8de4-dd654c5b6740",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false
},
"paths": {
"zippedPackage": "solution/react-jest-testing.sppkg"
}
}