@testomatio/reporter
Version:
Testomatio Reporter Client
16 lines (15 loc) • 402 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.extensionMap = void 0;
exports.extensionMap = {
'application/json': 'json',
'text/plain': 'txt',
'image/jpeg': 'jpg',
'image/png': 'png',
'text/html': 'html',
'text/css': 'css',
'text/javascript': 'js',
'application/pdf': 'pdf',
'application/xml': 'xml',
'text/xml': 'xml',
};