Sha256: d41ba53cc404fb5e1e652dfcd21c16888045ff1c57af9b14c3fca19e6cea2499
Contents?: true
Size: 558 Bytes
Versions: 50
Compression:
Stored size: 558 Bytes
Contents
export interface OneTest { readonly name: string; readonly only?: boolean; readonly skip?: boolean; readonly absoluteBaseUrl: string; readonly paths: { [key: string]: Array<string>; }; readonly mainFields?: string[]; readonly addMatchAll?: boolean; readonly existingFiles: ReadonlyArray<string>; readonly requestedModule: string; readonly extensions: ReadonlyArray<string>; readonly packageJson?: {}; readonly expectedPath: string | undefined; } export declare const tests: ReadonlyArray<OneTest>;
Version data entries
50 entries across 50 versions & 2 rubygems