google/chromeos-filesystems

View on GitHub
shared_tests/onTruncateRequested.js

Summary

Maintainability
A
1 hr
Test Coverage

Function testFactory has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var testFactory = function(open, read, truncate) {
  return function(file, id, length, expected) {
    return function(done) {
      var openOptions = {
        filePath: file,
Severity: Minor
Found in shared_tests/onTruncateRequested.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status