UNPKG

204 BTypeScriptView Raw
1export { runTestFiles } from './runTestFiles';
2export { runTestSources } from './runTestSources';
3export { runTest } from './testRunner';
4export * from './types';
5export declare const assertLibCode: any;