Game
- Add deltaTime of player bar - Add top jumper animation
This commit is contained in:
15
site/real_game/node_modules/stats/test/test.simple.js
generated
vendored
Normal file
15
site/real_game/node_modules/stats/test/test.simple.js
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
/**
|
||||
* 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);
|
Reference in New Issue
Block a user