\r\n \u003C/div>\r\n\u003C/template>\r\n```\r\n\r\nand the test file looks like this:\r\n\r\n\r\n```\r\n// TestA.spec.ts\r\nimport { describe, it, expect } from 'vitest';\r\nimport { mount } from '@vue/test-utils';\r\nimport TestA from './TestA.vue';\r\n\r\ndescribe('Competition TestA', () => {\r\n it('renders component', async () => {\r\n const wrapper = mount(TestA);\r\n expect(wrapper.text()).toContain('Client component here...');\r\n });\r\n});\r\n\r\n```\r\n\r\nFinally, the client component:\r\n\r\n```\r\n// ClientComponent.client.vue\r\n\u003Ctemplate>\r\n \u003Cdiv>Client component here...\u003C/div>\r\n\u003C/template>\r\n```\r\n\r\nIf I remove the \".client\" from the component file name (to make it just ClientComponent.vue), then the tests will run and pass normally. However, there are some cases where I want to use \".client\" to make sure it's only rendered client-side.\r\n\r\n### Reproduction \r\nhttps://stackblitz.com/edit/github-ndby6m?file=components/TestA.spec.ts\r\n\r\nFailures can be seen there by running `pnpm run test`",[2890],{"name":2891,"color":2892},"vitest-environment","b60205",555,"closed","Tests fail when using .client components","2023-12-02T00:27:10Z","https://github.com/nuxt/test-utils/issues/555",0.45840582,{"description":2900,"labels":2901,"number":2870,"owner":2871,"repository":2882,"state":2894,"title":2905,"updated_at":2906,"url":2907,"score":2877},"Blocked by #720 ",[2902],{"name":2903,"color":2904},"enhancement","1ad6ff","[Community] Nuxters filter to select community only","2022-07-25T13:34:54Z","https://github.com/nuxt/nuxt.com/issues/684",{"description":2909,"labels":2910,"number":2914,"owner":2871,"repository":2872,"state":2894,"title":2915,"updated_at":2916,"url":2917,"score":2918},"### Environment\n\n- Operating System: `Linux`\r\n- Node Version: `v20.10.0`\r\n- Nuxt Version: `3.9.3`\r\n- CLI Version: `3.10.0`\r\n- Nitro Version: `2.8.1`\r\n- Package Manager: `npm@10.4.0`\r\n- Builder: `-`\r\n- User Config: `devtools`, `modules`, `devServer`, `srcDir`, `css`, `postcss`, `i18n`, `runtimeConfig`\r\n- Runtime Modules: `@nuxt/test-utils/module@3.10.0`, `@nuxtjs/i18n@8.0.0`\r\n- Build Modules: `-`\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/spy-use-fetch-is-not-working?file=src%2FuseLogin.nuxt.test.ts\n\n### Describe the bug\n\nI'm trying to create a spy for nuxt's composable useFetch and validate what is being passed as a parameter in the call, but for some reason a third random parameter is added\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2911],{"name":2912,"color":2913},"pending triage","5D08F5",749,"Mock adding third random parameter","2025-02-21T09:06:42Z","https://github.com/nuxt/test-utils/issues/749",0.6912112,{"description":2920,"labels":2921,"number":2929,"owner":2871,"repository":2930,"state":2894,"title":2931,"updated_at":2932,"url":2933,"score":2934},"### Environment\n\n System:\n OS: Linux 6.5 Ubuntu 23.10 23.10 (Mantic Minotaur)\n CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz\n Memory: 44.48 GB / 62.57 GB\n Container: Yes\n Shell: 5.9 - /usr/bin/zsh\n Browsers:\n Chrome: 126.0.6478.126\n\n### Version\n\nv3.0.0-alpha.6\n\n### Reproduction\n\nhttps://ui3.nuxt.dev/components/select-menu\n\n### Description\n\n1. open docs\n2. open any select menu\n3. select any option\n4. tab to next field\n5. tab index is reset\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2922,2923,2926],{"name":2868,"color":2869},{"name":2924,"color":2925},"v3","49DCB8",{"name":2927,"color":2928},"reka-ui","56d799",2350,"ui","[SelectMenu] Broken focus/tab index after selecting","2024-12-03T15:11:34Z","https://github.com/nuxt/ui/issues/2350",0.70106864,{"description":2936,"labels":2937,"number":2943,"owner":2871,"repository":2930,"state":2894,"title":2944,"updated_at":2945,"url":2946,"score":2947},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.14.0\n- Nuxt Version: 3.16.0\n- CLI Version: 3.22.5\n- Nitro Version: 2.11.6\n- Package Manager: npm@10.9.2\n- Builder: -\n- User Config: devtools, modules, components, css, compatibilityDate\n- Runtime Modules: @nuxt/ui@3.0.0, @pinia/nuxt@0.10.1, compodium@0.1.0-beta.5\n- Build Modules: -\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0\n\n### Reproduction\n\n```vue\n\u003Ctemplate>\n \u003Cdiv>\n \u003CUInputMenu :items=\"idList\" v-model=\"value\" />\n \u003C/div>\n\u003C/template>\n\n\u003Cscript lang=\"ts\" setup>\nconst value = ref(0)\nconst idList = ref([168, 170, 203])\n\u003C/script>\n```\n\n### Description\n\nIf adding array of numbers to InputMenu the menu isn't closing after choosing a number.\nOnly way to close it is double-clicking on the dropdown arrow.\nThe Console shows an error in useFilter.\n\n### Additional context\n\n\n\n\n\n### Logs\n\n```shell-script\nUncaught (in promise) TypeError: string.normalize is not a function\n at contains (useFilter.js?v=87101672:23:21)\n at InputMenu.vue:114:18\n at wrappedFn (reactivity.esm-bundler.js?v=87101672:820:19)\n at Array.filter (\u003Canonymous>)\n at apply (reactivity.esm-bundler.js?v=87101672:828:27)\n at Proxy.filter (reactivity.esm-bundler.js?v=87101672:720:12)\n at InputMenu.vue:112:50\n at Array.map (\u003Canonymous>)\n at ComputedRefImpl.fn (InputMenu.vue:112:27)\n at refreshComputed (reactivity.esm-bundler.js?v=87101672:353:29)\n```",[2938,2939,2940],{"name":2868,"color":2869},{"name":2924,"color":2925},{"name":2941,"color":2942},"triage","ffffff",3606,"Numbers in InputMenu component cause error in filter","2025-03-24T20:38:15Z","https://github.com/nuxt/ui/issues/3606",0.71214014,{"description":2949,"labels":2950,"number":2952,"owner":2871,"repository":2882,"state":2894,"title":2953,"updated_at":2954,"url":2955,"score":2956},"Can we have these buttons green? \n\n\n\nhttps://dev.nuxt.com/docs/3.x/getting-started/quick-start",[2951],{"name":2903,"color":2904},754,"[Docs] Framework Quick Start buttons","2023-02-15T12:30:55Z","https://github.com/nuxt/nuxt.com/issues/754",0.72096986,{"description":2958,"labels":2959,"number":2952,"owner":2871,"repository":2872,"state":2894,"title":2961,"updated_at":2962,"url":2963,"score":2956},"### Environment\n\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.18.0\r\n- Nuxt Version: 3.10.1\r\n- CLI Version: 3.10.0\r\n- Nitro Version: -\r\n- Package Manager: pnpm@8.14.0\r\n- Builder: -\r\n- User Config: devtools, modules, pergel\r\n- Runtime Modules: pergel/nuxt\r\n- Build Modules: -\r\n------------------------------\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-66e6cf?file=tests%2Fmy-file.nuxt.test.ts\n\n### Describe the bug\n\n```ts\r\n[warn] (!) Experimental optimizeDeps.disabled and deps pre-bundling during build were removed in Vite 5.1.\r\n To disable the deps optimizer, set optimizeDeps.noDiscovery to true and optimizeDeps.include as undefined or empty.\r\n Please remove optimizeDeps.disabled from your config.\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2960],{"name":2912,"color":2913},"Experimental optimizeDeps.disabled vite 5.1","2024-02-15T12:32:03Z","https://github.com/nuxt/test-utils/issues/754",{"description":2965,"labels":2966,"number":2972,"owner":2871,"repository":2871,"state":2894,"title":2973,"updated_at":2974,"url":2975,"score":2976},"\u003C!-- 💚 Thanks for your time to make Nuxt better with your feedbacks 💚\r\n\r\n**IMPORTANT** Before reporting a bug:\r\n\r\n- Please make sure that you have read through Nuxt documentation: https://nuxtjs.org\r\n- If issue is related to a module please create the issue in corresponding repository\r\n- Ensure using latest version of nuxt dependencies using `yarn upgrade nuxt` or `npm upgrade nuxt`\r\n\r\n👍 A properly detailed bug report can save a LOT of time and help fixing issues as soon as possible.\r\n-->\r\n\r\n### Versions\r\n\r\n- nuxt: 2.15.2\u003C!-- ex: v2.13.0 -->\r\n- node: 14\u003C!-- ex: v12.14.0 -->\r\n\r\n### Reproduction\r\n\r\n\u003C!--\r\nLink to a minimal test case based on one of:\r\n- A fork of https://template.nuxtjs.org\r\n- A GitHub repository that can reproduce the bug\r\nWithout a reproduction, it is so hard to address problem :(\r\n-->\r\n\r\n\u003Cdetails open>\r\n\u003Csummary>Additional Details\u003C/summary>\r\n\u003Cbr>\r\n\u003C!-- Attaching `nuxt.config`, dependencies, logs or code snippets would help to find the issue -->\r\n\r\n\r\n\r\n\u003C/details>\r\n\r\n### Steps to reproduce\r\nnpm run generate\r\nopen page on server\r\n\r\n### What is Expected?\r\ndonot request data\r\n\r\n### What is actually happening?\r\nAll static files have been generated. Why request data",[2967,2969],{"name":2912,"color":2968},"E99695",{"name":2970,"color":2971},"2.x","d4c5f9",9013,"All static files have been generated. Why request data","2023-01-22T15:38:48Z","https://github.com/nuxt/nuxt/issues/9013",0.7218653,["Reactive",2978],{},["Set"],["ShallowReactive",2981],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fw2RSiyHQhPqKdjM-ME7fHobySTMT1Jxd6YHBaAZoJEo":-1},"/nuxt/nuxt.com/555"]