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

Brightspace / react-valence-ui-fileviewer / 7995792934

21 Feb 2024 09:25PM UTC 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

36.19
/src/plugins/pdf/alternate/pdfjs-lib.js
1
'use strict';
2

3
// This module only exists to help unit testing the alternate viewer
4
// since PDFJS is not very unit test friendly.
5
// The real pdf.js is expected to be loaded from a CDN and is made accesible here via browserify-shim, but in
6
// tests we should mock this module instead.
7

8
var PDFJS = require('pdfjs');
1!
9

10
module.exports = PDFJS;
1✔
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