Code coverage report for stylus-lint/src/checks/validCSS.js

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

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