UNPKG

416 BSource Map (JSON)View Raw
1{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/lib/types.ts"],"names":[],"mappings":"","sourcesContent":["import Test from './Test';\n\nexport interface InternError {\n name: string;\n message: string;\n stack?: string;\n showDiff?: boolean;\n actual?: any;\n expected?: any;\n relatedTest?: Test;\n reported?: boolean;\n}\n\nexport type RuntimeEnvironment = 'node' | 'browser';\n"]}
\No newline at end of file