/** * Given a test file, return the name of the file without * the file extension and any file path that preceeds the file */ export declare function testName(testFile: string, pattern: string): string; //# sourceMappingURL=testName.d.ts.map