/**
 * Utilities for unit testing WXT extensions.
 * @module wxt/testing
 */
export * from './fake-browser';
export * from './wxt-vitest-plugin';
