-->\r\n- \u003Cdiv>\r\n- \u003Ch1>Hello World\u003C/h1>\r\n- \u003C/div>\r\n- \u003Cdiv>\r\n- \u003Ch1>About\u003C/h1>\r\n- \u003Cdiv>\r\n- \u003Ch1>Hello World\u003C/h1>\r\n- \u003C/div>\u003Cimg src=\"/favicon.ico\">\u003Cimg src=\"/assets/zhlint.svg\">\u003Cimg src=\"/vue.svg\" style=\"width: 200px;\">\r\n- \u003Cdiv> Counter: 3000 \u003Cbutton> + \u003C/button>\u003Cbutton> - \u003C/button>\u003C/div>\r\n- \u003Cp>\u003C/p>\r\n- \u003C/div>\r\n- \u003C/div>\r\n+ \u003C!-- \u003CNuxtWelcome /> -->\r\n+ \u003Chelloworld>\u003C/helloworld>\r\n+ \u003C!---->\r\n \u003C/div>\r\n \u003C/div>\"\r\n\r\n ❯ ../tests/foo.nuxt.spec.ts:8:28\r\n 6| it('can also render an app', async () => {\r\n 7| const component = await renderSuspended(App, { route: '/about' })\r\n 8| expect(component.html()).toMatchInlineSnapshot(`\r\n | ^\r\n 9| \"\u003Cdiv id=\"test-wrapper\">\r\n 10| \u003Cdiv>\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯\r\n\r\n Snapshots 1 failed\r\n Test Files 1 failed (1)\r\n Tests 1 failed (1)\r\n Start at 16:44:56\r\n Duration 733ms (transform 268ms, setup 144ms, collect 193ms, tests 77ms, environment 71ms, prepare 131ms)\r\n\r\n ELIFECYCLE Command failed with exit code 1.\n```\n",[3197,3198,3199],{"name":3138,"color":3152},{"name":3177,"color":3178},{"name":3200,"color":3201},"pending triage","5D08F5",860,"Vitest doesn't work in programmatic way if the root path isn't the current working dir","2024-06-04T00:35:20Z","https://github.com/nuxt/test-utils/issues/860",0.73957115,{"description":3208,"labels":3209,"number":3215,"owner":3141,"repository":3157,"state":3143,"title":3216,"updated_at":3217,"url":3218,"score":3219},"### 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_",[3210,3211,3212],{"name":3138,"color":3152},{"name":3154,"color":3155},{"name":3213,"color":3214},"reka-ui","56d799",2350,"[SelectMenu] Broken focus/tab index after selecting","2024-12-03T15:11:34Z","https://github.com/nuxt/ui/issues/2350",0.7422701,{"description":3221,"labels":3222,"number":274,"owner":3141,"repository":3142,"state":3143,"title":3224,"updated_at":3225,"url":3226,"score":3227},"http://volta.s3.fr-par.scw.cloud/Screenshot_2022_06_28_at_11_19_37_aedfcd646c.mp4\n\nhttps://dev.nuxt.com/company/contact",[3223],{"name":3138,"color":3139},"[Company] Contact sends back a 420 error","2023-02-15T12:32:46Z","https://github.com/nuxt/nuxt.com/issues/717",0.7465793,{"description":3184,"labels":3229,"number":3230,"owner":3141,"repository":3142,"state":3143,"title":3231,"updated_at":3232,"url":3233,"score":3234},[],1049,"[Code] Community","2022-12-15T08:50:03Z","https://github.com/nuxt/nuxt.com/issues/1049",0.75146085,{"description":3236,"labels":3237,"number":3239,"owner":3141,"repository":3179,"state":3143,"title":3240,"updated_at":3241,"url":3242,"score":3243},"I have a Nuxt 3 monorepo with some packages that also have Vitest tests. I set the projects in a `vitest.workspace.json` at the root of the monorepo. The other packages don't use nuxt-vitest and run fine in the workspace when I remove the nuxt-vitest project. \r\n\r\nWhen I run `vitest run` I get this error:\r\n\r\n```\r\nfailed to load config from /home/jordy/repositories/mymonorepo/apps/myproject1/vitest.config.ts\r\nError: Failed to load nuxt-vitest module. You may need to add it to your nuxt.config.\r\n```\r\n\r\nWhen I run `vitest run` in `myproject1` itself it works fine.\r\n\r\nI've read https://vitest.dev/guide/workspace.html but didn't see anything that could be related.\r\n\r\nIs there a config I'm missing or is this not supported yet? If so, this feature would be very helpful.",[3238],{"name":3177,"color":3178},580,"Support monorepositories / vitest workspace","2023-12-02T00:32:11Z","https://github.com/nuxt/test-utils/issues/580",0.7526235,["Reactive",3245],{},["Set"],["ShallowReactive",3248],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f3L7KQtNgAgKNGnklj9P6rBLd_8k1-4Guq5Klpw6sGGM":-1},"/nuxt/nuxt.com/1022"]