Game
- Add deltaTime of player bar - Add top jumper animation
This commit is contained in:
15
site/real_game/node_modules/stats/test/test.large.js
generated
vendored
Normal file
15
site/real_game/node_modules/stats/test/test.large.js
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
/**
|
||||
* Module dependencies.
|
||||
*/
|
||||
|
||||
var stats = require('../')
|
||||
, common = require('./common');
|
||||
|
||||
var stats = stats.parse(fixture('large.js'));
|
||||
stats.should.have.property('statements', 16);
|
||||
stats.should.have.property('assignments', 9);
|
||||
stats.should.have.property('loc', 65);
|
||||
stats.should.have.property('objectLiterals', 1);
|
||||
stats.should.have.property('objectsCreated', 1);
|
||||
stats.should.have.property('throws', 1);
|
Reference in New Issue
Block a user