-->\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",[3090,3091,3094],{"name":3066,"color":3077},{"name":3092,"color":3093},"vitest-environment","b60205",{"name":3020,"color":3021},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.75804704,{"description":3101,"labels":3102,"number":3106,"owner":3023,"repository":3034,"state":3050,"title":3107,"updated_at":3108,"url":3109,"score":3110},"- [ ] Branch deployment on domain\n- [ ] Update logo\n- [ ] Link to go back to nuxt.com\n",[3103],{"name":3104,"color":3105},"roadmap","ff7a1a",536,"`content.nuxt.com`","2023-02-20T10:18:52Z","https://github.com/nuxt/nuxt.com/issues/536",0.75966114,{"description":3112,"labels":3113,"number":3106,"owner":3023,"repository":3024,"state":3050,"title":3117,"updated_at":3118,"url":3119,"score":3110},"Debug process duration is more than 5 minutes and timeout in the end.\r\n\u003Cimg width=\"917\" alt=\"image\" src=\"https://user-images.githubusercontent.com/22113671/233290863-5df7caf2-0fe1-4809-836f-fb3ca3d11232.png\">\r\n\r\nUsual way of debugging tests is extremely slowed down with `nuxt-vitest`.\r\nHere is `launch.json` with default vitest debug config:\r\n```js\r\n{\r\n // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387\r\n \"version\": \"0.2.0\",\r\n \"configurations\": [\r\n {\r\n \"type\": \"node\",\r\n \"request\": \"launch\",\r\n \"name\": \"Debug Current Test File\",\r\n \"autoAttachChildProcesses\": true,\r\n \"skipFiles\": [\"\u003Cnode_internals>/**\", \"**/node_modules/**\"],\r\n \"program\": \"${workspaceRoot}/node_modules/vitest/vitest.mjs\",\r\n \"args\": [\"run\", \"${relativeFile}\"],\r\n \"smartStep\": true,\r\n \"console\": \"integratedTerminal\"\r\n }\r\n ]\r\n}\r\n```\r\n\r\nAnd some warning of slowest modules:\r\n```\r\n[warn] Slow module `meta` took `41393.87ms` to setup.\r\n[warn] Slow module `imports` took `42364.73ms` to setup.\r\n```\r\nCan't find out how to skip them or speed up debugging in different way...",[3114,3115],{"name":3092,"color":3093},{"name":3043,"color":3116},"DE7793","Debug slow down ","2023-12-02T22:52:52Z","https://github.com/nuxt/test-utils/issues/536",{"description":3121,"labels":3122,"number":3127,"owner":3023,"repository":3082,"state":3050,"title":3128,"updated_at":3129,"url":3130,"score":3131},"### Description\n\nEnhance UTabs by making the tab header sticky while allowing the content area to be scrollable. This ensures better usability, keeping the tabs visible while navigating long content.\n\n### Additional context\n\n_No response_",[3123,3126],{"name":3124,"color":3125},"enhancement","a2eeef",{"name":3079,"color":3080},3330,"feat(UTabs): Sticky Tab header and Scrollable content","2025-02-17T18:21:54Z","https://github.com/nuxt/ui/issues/3330",0.7656716,["Reactive",3133],{},["Set"],["ShallowReactive",3136],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fd_4FjiiNNgWbJl-2cinyzz6UJDEOGEGiE5PdwDtwj44":-1},"/nuxt/ui/3248"]