Files
METH_Transcendence/site/interface/node_modules/stats/test/test.http.js
madegryc pc 506ab20c83 Update
2024-08-10 17:29:33 +02:00

16 lines
402 B
JavaScript

/**
* Module dependencies.
*/
var stats = require('../')
, common = require('./common');
var stats = stats.parse(fixture('http.js'));
stats.should.have.property('strings', 4);
stats.should.have.property('numbers', 1);
stats.should.have.property('statements', 4);
stats.should.have.property('assignments', 1);
stats.should.have.property('stringBytes', 38);
stats.should.have.property('loc', 11);