UNPKG

jest-chrome

Version:

Test Chrome extensions with Jest. A complete mock of the Chrome API.

3 lines (2 loc) 123 B
import { JestChrome } from './jest-chrome'; export declare function createHandler(schema?: any): ProxyHandler<JestChrome>;