UNPKG

@vue-storefront/jest-config

Version:

> Common Jest base configuration for Alokai Integrations

14 lines (12 loc) 284 B
declare module "@vue-storefront/jest-config" { interface JestConfig { preset?: string; transform: { [glob: string]: string; }; coverageDirectory: string; collectCoverageFrom: string[]; testMatch: string[]; } export const baseConfig: JestConfig; }