From 270628e92c0e3b86039bc4e830f75b4718f6bfa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:10:33 -0400 Subject: [PATCH] chore(deps): update dependency @pinia/testing to v0.1.4 (#4309) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yohann Paris --- packages/client/hmi-client/package.json | 1 - packages/client/hmi-client/playwright/index.html | 12 ------------ packages/client/hmi-client/playwright/index.ts | 13 ------------- yarn.lock | 12 ------------ 4 files changed, 38 deletions(-) delete mode 100644 packages/client/hmi-client/playwright/index.html delete mode 100644 packages/client/hmi-client/playwright/index.ts diff --git a/packages/client/hmi-client/package.json b/packages/client/hmi-client/package.json index e6c161382a..1df8363215 100644 --- a/packages/client/hmi-client/package.json +++ b/packages/client/hmi-client/package.json @@ -79,7 +79,6 @@ "vue3-lottie": "3.2.0" }, "devDependencies": { - "@pinia/testing": "0.1.3", "@playwright/experimental-ct-vue": "1.31.2", "@playwright/test": "1.31.2", "@rushstack/eslint-patch": "1.10.4", diff --git a/packages/client/hmi-client/playwright/index.html b/packages/client/hmi-client/playwright/index.html deleted file mode 100644 index 471b436e2f..0000000000 --- a/packages/client/hmi-client/playwright/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Testing Page - - -
- - - diff --git a/packages/client/hmi-client/playwright/index.ts b/packages/client/hmi-client/playwright/index.ts deleted file mode 100644 index 1a864ee6b4..0000000000 --- a/packages/client/hmi-client/playwright/index.ts +++ /dev/null @@ -1,13 +0,0 @@ -// Import styles, initialize component theme here. -// import '../src/common.css'; - -import { createTestingPinia } from '@pinia/testing'; - -createTestingPinia({ - createSpy: (args) => { - console.log('spy', args); - return () => { - console.log('spyreturns'); - }; - } -}); diff --git a/yarn.lock b/yarn.lock index 3776b15d9d..aa8a42bde3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2431,17 +2431,6 @@ __metadata: languageName: node linkType: hard -"@pinia/testing@npm:0.1.3": - version: 0.1.3 - resolution: "@pinia/testing@npm:0.1.3" - dependencies: - vue-demi: "npm:>=0.14.5" - peerDependencies: - pinia: ">=2.1.5" - checksum: 3a70debc93f095b64d6eeec7ee5dca21ba62b3a80ce163430fce11e64140d449bfd238898b87ee759e57eae01f9414f1ec5a24e4da714deac79bb00a7af09b83 - languageName: node - linkType: hard - "@pixi/accessibility@npm:7.0.5": version: 7.0.5 resolution: "@pixi/accessibility@npm:7.0.5" @@ -8753,7 +8742,6 @@ __metadata: "@lumino/commands": "npm:2.1.3" "@lumino/coreutils": "npm:2.1.2" "@lumino/widgets": "npm:2.1.0" - "@pinia/testing": "npm:0.1.3" "@playwright/experimental-ct-vue": "npm:1.31.2" "@playwright/test": "npm:1.31.2" "@rushstack/eslint-patch": "npm:1.10.4"