Skip to content

Commit

Permalink
fixup(): remove unneeded jest configuration
Browse files Browse the repository at this point in the history
remove the `testUrl` property that has been deprecated. this property
was added in `@stencil/sass@0.0.6` and doesn't appear to affect the
tests
  • Loading branch information
rwaskiewicz committed Jun 26, 2023
1 parent f114abe commit caf9f4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"sass"
],
"jest": {
"preset": "ts-jest",
"testURL": "http://localhost"
"preset": "ts-jest"
},
"prettier": "@ionic/prettier-config",
"volta": {
Expand Down

0 comments on commit caf9f4d

Please sign in to comment.