/**
 * Utilities for unit testing WXT extensions.
 *
 * @deprecated Use `wxt/testing/*` instead to prevent issues with JSDOM or
 * HappyDOM environments. Will be removed in the next major version of WXT.
 *
 * @module wxt/testing
 */
export * from './fake-browser';
export * from './wxt-vitest-plugin';
