• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Brightspace / react-valence-ui-fileviewer / 7995792934

21 Feb 2024 09:25PM CUT coverage: 56.315% (-0.04%) from 56.35%
7995792934

Pull #117

github

web-flow
Merge c19bfe4c3 into 82efc8be8
Pull Request #117: GAUD-5048 - Use new release token

603 of 1444 branches covered (41.76%)

1623 of 2882 relevant lines covered (56.32%)

5.69 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

44.76
/src/plugins/generic/fileTypes.js
1
'use strict';
2

3
var mimeToFileTypes = {'application/msword': 'MicrosoftWordDocument',
1!
4
    'application/vnd.openxmlformats-officedocument.wordprocessingml.document': 'MicrosoftWordDocument',
5
    'application/vnd.ms-excel': 'MicrosoftExcelDocument',
1✔
6
    'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'MicrosoftExcelDocument',
7
    'application/vnd.ms-powerpoint': 'MicrosoftPowerpointDocument',
8
    'application/vnd.openxmlformats-officedocument.presentationml.presentation': 'MicrosoftPowerpointDocument',
9
    'application/postscript': 'PostscriptFile',
10
    'application/rtf': 'RichTextFormatFile',
11
    'application/x-tex': 'TeXFile',
12
    'application/x-texinfo': 'TexinfoFile',
13
    'application/x-troff': 'TroffFile',
14
    'audio/mp3': 'MP3AudioFile',
15
    'audio/mp4': 'MP4AudioFile',
16
    'audio/basic': 'BasicAudioFile',
17
    'audio/x-aiff': 'AIFFAudioFile',
18
    'audio/x-wav': 'WavAudioFile',
19
    'image/bmp': 'BMPImage',
20
    'image/gif': 'GifImage',
21
    'image/ief': 'IEFImage',
22
    'image/x-icon': 'IconImage',
23
    'image/jpeg': 'JpegImage',
24
    'image/png': 'PNGImage',
25
    'image/svg+xml': 'SVGImageFile',
26
    'application/x-shockwave-flash': 'FlashFile',
27
    'image/tiff': 'TIFFImage',
28
    'image/x-xwindowdump': 'ScreenshotFile',
29
    'text/html': 'HTMLFile',
30
    'text/plain': 'PlainTextFile',
31
    'video/mpeg': 'MpegVideoFile',
32
    'video/ogg': 'OggVideoFile',
33
    'video/webm': 'WebMVideoFile',
34
    'video/x-flv': 'FlashVideoFile',
35
    'video/mp4': 'MP4VideoFile',
36
    'video/x-matroska': 'MatroskaVideoFile',
37
    'video/quicktime': 'QuicktimeVideoFile',
38
    'video/x-msvideo': 'MSVideoFile',
39
    'video/x-sgi-movie': 'MovieFile',
40
    'application/pdf': 'PDFFile',
41
    'application/zip': 'ZipFile',
42
    'text/css': 'CSSFile',
43
    'text/xml': 'XMLFile',
44
    'application/octet-stream': 'BinaryFile'
45
};
46

47
module.exports = mimeToFileTypes;
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc