Files
METH_Transcendence/site/real_game/node_modules/stats/test/test.simple.js
Hugo Bourgeon 3d6da466b1 Game
- Add deltaTime of player bar
   - Add top jumper animation
2024-08-22 19:03:55 +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);