6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
/**
|
|
* @module wxt/testing
|
|
*/
|
|
export * from './fake-browser';
|
|
export * from './wxt-vitest-plugin';
|