-->\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",[3222,3223,3226],{"name":3198,"color":3209},{"name":3224,"color":3225},"vitest-environment","b60205",{"name":3152,"color":3153},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":3233,"labels":3234,"number":3238,"owner":3155,"repository":3166,"state":3182,"title":3239,"updated_at":3240,"url":3241,"score":3242},"- [ ] Branch deployment on domain\n- [ ] Update logo\n- [ ] Link to go back to nuxt.com\n",[3235],{"name":3236,"color":3237},"roadmap","ff7a1a",536,"`content.nuxt.com`","2023-02-20T10:18:52Z","https://github.com/nuxt/nuxt.com/issues/536",0.75966114,{"description":3244,"labels":3245,"number":3238,"owner":3155,"repository":3156,"state":3182,"title":3249,"updated_at":3250,"url":3251,"score":3242},"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...",[3246,3247],{"name":3224,"color":3225},{"name":3175,"color":3248},"DE7793","Debug slow down ","2023-12-02T22:52:52Z","https://github.com/nuxt/test-utils/issues/536",{"description":3253,"labels":3254,"number":3259,"owner":3155,"repository":3214,"state":3182,"title":3260,"updated_at":3261,"url":3262,"score":3263},"### 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_",[3255,3258],{"name":3256,"color":3257},"enhancement","a2eeef",{"name":3211,"color":3212},3330,"feat(UTabs): Sticky Tab header and Scrollable content","2025-02-17T18:21:54Z","https://github.com/nuxt/ui/issues/3330",0.7656716,["Reactive",3265],{},["Set"],["ShallowReactive",3268],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fd_4FjiiNNgWbJl-2cinyzz6UJDEOGEGiE5PdwDtwj44":-1},"/nuxt/ui/3248"]