UNPKG

wxt

Version:

⚡ Next-gen Web Extension Framework

7 lines (6 loc) 146 B
/** * Utilities for unit testing WXT extensions. * @module wxt/testing */ export * from './fake-browser'; export * from './wxt-vitest-plugin';