Files
METH_Transcendence/site/node_modules/stats/test/test.simple.js
Kum1ta 57c261c689 Site
- starting pong game 3d
2024-07-30 01:08:32 +02:00

16 lines
354 B
JavaScript

/**
* Module dependencies.
*/
var stats = require('../')
, common = require('./common');
stats.should.have.property('version');
var stats = stats.parse(fixture('simple.js'));
stats.should.have.property('statements', 4);
stats.should.have.property('assignments', 4);
stats.should.have.property('loc', 9);
stats.should.have.property('bytes', 121);