\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`",[2926],{"name":2927,"color":2928},"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":2936,"labels":2937,"number":2906,"owner":2907,"repository":2918,"state":2930,"title":2941,"updated_at":2942,"url":2943,"score":2913},"Blocked by #720 ",[2938],{"name":2939,"color":2940},"enhancement","1ad6ff","[Community] Nuxters filter to select community only","2022-07-25T13:34:54Z","https://github.com/nuxt/nuxt.com/issues/684",{"description":2945,"labels":2946,"number":2950,"owner":2907,"repository":2908,"state":2930,"title":2951,"updated_at":2952,"url":2953,"score":2954},"### 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_",[2947],{"name":2948,"color":2949},"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":2956,"labels":2957,"number":2965,"owner":2907,"repository":2966,"state":2930,"title":2967,"updated_at":2968,"url":2969,"score":2970},"### 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_",[2958,2959,2962],{"name":2904,"color":2905},{"name":2960,"color":2961},"v3","49DCB8",{"name":2963,"color":2964},"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":2972,"labels":2973,"number":2979,"owner":2907,"repository":2966,"state":2930,"title":2980,"updated_at":2981,"url":2982,"score":2983},"### 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```",[2974,2975,2976],{"name":2904,"color":2905},{"name":2960,"color":2961},{"name":2977,"color":2978},"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":2985,"labels":2986,"number":2988,"owner":2907,"repository":2918,"state":2930,"title":2989,"updated_at":2990,"url":2991,"score":2992},"Can we have these buttons green? \n\n\n\nhttps://dev.nuxt.com/docs/3.x/getting-started/quick-start",[2987],{"name":2939,"color":2940},754,"[Docs] Framework Quick Start buttons","2023-02-15T12:30:55Z","https://github.com/nuxt/nuxt.com/issues/754",0.72096986,{"description":2994,"labels":2995,"number":2988,"owner":2907,"repository":2908,"state":2930,"title":2997,"updated_at":2998,"url":2999,"score":2992},"### 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_",[2996],{"name":2948,"color":2949},"Experimental optimizeDeps.disabled vite 5.1","2024-02-15T12:32:03Z","https://github.com/nuxt/test-utils/issues/754",{"description":3001,"labels":3002,"number":3008,"owner":2907,"repository":2907,"state":2930,"title":3009,"updated_at":3010,"url":3011,"score":3012},"\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",[3003,3005],{"name":2948,"color":3004},"E99695",{"name":3006,"color":3007},"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",3014],{},["Set"],["ShallowReactive",3017],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fw2RSiyHQhPqKdjM-ME7fHobySTMT1Jxd6YHBaAZoJEo":-1},"/nuxt/nuxt.com/555"]