From d092999f21906aa95aa2b89294eb3347f3b0aeff Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Mon, 26 Jun 2023 15:25:56 -0400 Subject: [PATCH] fixup(): remove unneeded jest configuration 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 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index aa82f91..cee8962 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,7 @@ "sass" ], "jest": { - "preset": "ts-jest", - "testURL": "http://localhost" + "preset": "ts-jest" }, "prettier": "@ionic/prettier-config", "volta": {