UNPKG

@gasket/plugin-mocha

Version:

Integrates mocha based testing in to your Gasket application

6 lines (5 loc) 253 B
export function load( url: string, context: { format: string }, defaultLoad: (url: string, context: { format: string }, defaultLoad: any) => Promise<{ source: string | null, format: string }> ): Promise<{ source: string | null, format: string }>;