google/chromeos-filesystems

View on GitHub
shared_tests/onReadFileRequested.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function exports has 80 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(onReadFileRequested, onOpenFileRequested) {
  describe('onReadFileRequested', function() {
    it('should fail for files that have not been opened yet', function(done) {
      var options = {
        openRequestId: 1,
Severity: Major
Found in shared_tests/onReadFileRequested.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status