Site
- starting pong game 3d
This commit is contained in:
11
site/node_modules/stats/test/test.forin.js
generated
vendored
Normal file
11
site/node_modules/stats/test/test.forin.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
/**
|
||||
* Module dependencies.
|
||||
*/
|
||||
|
||||
var stats = require('../')
|
||||
, common = require('./common');
|
||||
|
||||
var stats = stats.parse('for (var key in val) "hey";');
|
||||
stats.should.have.property('statements', 2);
|
||||
stats.should.have.property('strings', 1);
|
Reference in New Issue
Block a user