nuxt / test-utils

🧪 Test utilities for Nuxt
http://nuxt.com/docs/getting-started/testing
MIT License
312 stars 80 forks source link

feat: add multi-app support for global var `__NUXT__` #858

Open nicolaspayot opened 4 months ago

nicolaspayot commented 4 months ago

This PR adds multi-app support for global variable win.__NUXT__.

These changes are related to the multi-app issue in nuxt: https://github.com/nuxt/nuxt/issues/21635 and required for the following draft PR: https://github.com/nuxt/nuxt/pull/27263.