Code coverage report for stylus-lint/src/data/getValid.js

Statements: 100% (3 / 3)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (3 / 3)      Ignored: none     

All files » stylus-lint/src/data/ » getValid.js
1 2 3 4 5 61   1   2  
var fs = require('fs');
 
module.exports = function getValidJSON() {
    'use strict';
    return JSON.parse( fs.readFileSync(__dirname + '/valid.json') );
}