© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Testing `import.meta.client` and/or `import.meta.server` - Nuxt
N
Nuxt
•
17mo ago
•
4 replies
LuisLC
Testing `import.meta.client` and/or `import.meta.server`
Basically
, this
:
https://github.com/nuxt/test-utils/discussions/884
For me
, its a soft
-blocker to move from
process.client
process.client
to
import.meta.client
import.meta.client
GitHub
Testing `import.meta.client` and/or `import.meta.server` · nuxt tes...
In one of my modules I have changed occurrences of process
.server and process
.client to import
.meta
.server and import
.meta
.client
. Previously I was able to write unit tests for both cases
(e
.g
. whe
.
.
.
Recent Announcements
Similar Threads
Server Side rendering and Meta Data - Help
N
Nuxt / ❓・help
2y ago
Server Side Route Meta
N
Nuxt / ❓・help
2y ago
Server and client route priority
N
Nuxt / ❓・help
2y ago
`process.server` and `process.client`
N
Nuxt / ❓・help
4y ago