UNPKG

yeti

Version:

Yeti automates browser testing.

26 lines (24 loc) 562 B
"use strict"; /** * File extension to MIME type map. * * @property contentTypes * @type object */ exports.contentTypes = { "css": "text/css", "htm": "text/html", "html": "text/html", "ico": "image/vnd.microsoft.icon", "jpeg": "image/jpeg", "jpg": "image/jpeg", "js": "application/javascript", "json": "application/json", "less": "text/css", "png": "image/png", "svg": "image/svg+xml", "swf": "application/x-shockwave-flash", "tiff": "image/tiff", "txt": "text/plain", "xml": "application/xml" };