\n\u003CIcon name=\"mdi:home\" class=\"w-10 h-10\" />\n```\nThese icons should be 40x40px, but instead, they are using the default size of the icon.\n\n\u003Cimg width=\"441\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/dbbfec71-fefa-4b0d-85c5-e915de7b11db\" />\n\n\u003Cimg width=\"292\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/6253bc82-4c82-490f-a0db-3276ab42d6b6\" />\n\n\u003Cimg width=\"527\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a7b5e557-9b1e-48bc-812b-fc3d831e4f1d\" />\n\nExpected behavior :\nThe icon should be 40x40px.\n\nPackage version :\n- \"@nuxt/icon\": \"1.10.3\",\n- \"@tailwindcss/vite\": \"^4.0.0\",\n- \"tailwindcss\": \"^4.0.0\",\n\nMinimal Reproduction:\nhttps://github.com/misbahansori/nuxt-icons-issue",[],346,"icon","Icon size cannot be change with TailwindCSS v4 class","2025-03-11T20:50:56Z","https://github.com/nuxt/icon/issues/346",0.77832085,{"description":2947,"labels":2948,"number":2952,"owner":2868,"repository":2895,"state":2909,"title":2953,"updated_at":2954,"url":2955,"score":2956},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v18.19.0\r\n- Nuxt Version: 3.11.1\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.9.4\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: devtools, modules\r\n- Runtime Modules: @nuxt/test-utils/module\n\n### Reproduction\n\nhttps://github.com/chronicadventure/nuxt-bug\r\n\r\njust run `npm test` and the console will error out. *Note* you don't even need an actual test, just the import causes the entire file to fail.\n\n### Describe the bug\n\nImporting `import { mockNuxtImport } from '@nuxt/test-utils/runtime'` as stated in the docs causes the entire test file to fail.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nDEV v1.4.0 C:/Users/AdrianCampos/BugRepo/repro\r\n\r\n ❯ tests/random.nuxt.test.js (0)\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Failed Suites 1 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯\r\n\r\n FAIL tests/random.nuxt.test.js [ tests/random.nuxt.test.js ]\r\nError: Failed to load url #imports (resolved id: #imports) in C:/Users/AdrianCampos/BugRepo/node_modules/@nuxt/test-utils/dist/runtime-utils/index.mjs. Does the file exist?\r\n ❯ loadAndTransform ../node_modules/vite/dist/node/chunks/dep-B-u6xNiR.js:53832:21\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯\r\n\r\n Test Files 1 failed (1)\r\n Tests no tests\r\n Start at 21:58:52\r\n Duration 2.22s (transform 69ms, setup 0ms, collect 0ms, tests 0ms, environment 0ms, prepare 846ms)\r\n\r\n\r\n FAIL Tests failed. Watching for file changes...\r\n press h to show help, press q to quit\n```\n",[2949],{"name":2950,"color":2951},"pending triage","5D08F5",800,"Failed to load url #imports after importing mockNuxtImport","2024-05-26T19:14:39Z","https://github.com/nuxt/test-utils/issues/800",0.78014874,{"description":2958,"labels":2959,"number":2963,"owner":2868,"repository":2869,"state":2909,"title":2964,"updated_at":2965,"url":2966,"score":2967},"We should replace the Bootstrap icon with the Content module icon\n\n\n\n",[2960],{"name":2961,"color":2962},"design","00bd6f",775,"[Homepage] Update modules list","2023-09-05T08:18:35Z","https://github.com/nuxt/nuxt.com/issues/775",0.7803932,{"description":2969,"labels":2970,"number":2963,"owner":2868,"repository":2895,"state":2909,"title":2972,"updated_at":2973,"url":2974,"score":2967},"### Environment\r\n\r\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v18.19.1\r\n- Nuxt Version: 3.10.3\r\n- CLI Version: 3.10.1\r\n- Nitro Version: 2.9.3\r\n- Package Manager: npm@10.2.4\r\n- Builder: -\r\n- User Config: devtools\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/~/github.com/rinux55/nuxt-fetch\r\n\r\nSee `app.test.ts`. In the `test/setup.ts` and `test/server.ts` there is an `msw` server being set up with a mocked endpoint.\r\n\r\n### Describe the bug\r\n\r\nTo mock requests made using `$fetch` and `useFetch`, I expect to be able to use a utility like [`msw`](https://mswjs.io/). \r\n\r\nUnfortunately, this doesn't seem to work in combination with `@nuxt/test-utils`. \r\n\r\nI've created a reproduction where you can see that `globalThis.fetch` is mocked just fine, but `useFetch` or `fetch` is not:\r\n\r\nhttps://stackblitz.com/~/github.com/rinux55/nuxt-fetch\r\n\r\nAny help with this would be greatly appreciated.\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2971],{"name":2950,"color":2951},"Unable to use with `msw` to mock requests","2024-10-29T12:08:01Z","https://github.com/nuxt/test-utils/issues/775",["Reactive",2976],{},["Set"],["ShallowReactive",2979],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fk3xSAa_ONQL48VN5PTpWEgtkj74QRpamuj83_Am53LM":-1},"/nuxt/nuxt.com/1158"]