From 72a18754ef138ffb412b849513796c96b466bec4 Mon Sep 17 00:00:00 2001 From: sand4rt Date: Mon, 12 Sep 2022 18:27:53 +0200 Subject: [PATCH] core(ct): rename tests (#17216) --- .../ct-react-vite/src/tests.spec.tsx | 18 ++++++++--------- tests/components/ct-react/src/tests.spec.tsx | 20 +++++++++---------- tests/components/ct-solid/src/tests.spec.tsx | 10 +++++----- .../ct-svelte-vite/src/tests.spec.ts | 12 +++++------ tests/components/ct-svelte/src/tests.spec.ts | 12 +++++------ .../ct-vue-cli/src/notation-jsx.spec.tsx | 16 +++++++-------- .../ct-vue-cli/src/notation-vue.spec.ts | 18 ++++++++--------- .../ct-vue-vite/src/notation-jsx.spec.tsx | 16 +++++++-------- .../ct-vue-vite/src/notation-vue.spec.js | 16 +++++++-------- .../ct-vue-vite/src/notation-vue.spec.ts | 18 ++++++++--------- .../ct-vue2-cli/src/notation-jsx.spec.tsx | 14 ++++++------- .../ct-vue2-cli/src/notation-vue.spec.ts | 16 +++++++-------- tests/playwright-test/hooks.spec.ts | 2 +- 13 files changed, 94 insertions(+), 94 deletions(-) diff --git a/tests/components/ct-react-vite/src/tests.spec.tsx b/tests/components/ct-react-vite/src/tests.spec.tsx index 5895ec7c57..99b46d5780 100644 --- a/tests/components/ct-react-vite/src/tests.spec.tsx +++ b/tests/components/ct-react-vite/src/tests.spec.tsx @@ -7,7 +7,7 @@ import Counter from './components/Counter'; test.use({ viewport: { width: 500, height: 500 } }); -test('props should work', async ({ mount }) => { +test('render props', async ({ mount }) => { const component = await mount(