From caf9f4d0a84c27fa512d932ca2171f46c18d1700 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 20d93e9..ec4ca0a 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": {