wxt
Version:
⚡ Next-gen Web Extension Framework
11 lines (10 loc) • 303 B
TypeScript
/**
* 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';