UNPKG

wxt

Version:

⚡ Next-gen Web Extension Framework

11 lines (10 loc) 303 B
/** * 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';