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

11 lines
189 B
JavaScript

/**
* Module dependencies.
*/
var stats = require('../')
, common = require('./common');
var stats = stats.parse(fixture('shebang.js'));
stats.should.have.property('statements', 3);