created site just for chat
This commit is contained in:
11
site/game/node_modules/stats/test/test.comments.js
generated
vendored
Normal file
11
site/game/node_modules/stats/test/test.comments.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
/**
|
||||
* Module dependencies.
|
||||
*/
|
||||
|
||||
var stats = require('../')
|
||||
, common = require('./common');
|
||||
|
||||
var stats = stats.parse(fixture('comments.js'));
|
||||
stats.should.have.property('statements', 0);
|
||||
stats.should.have.property('loc', 8);
|
Reference in New Issue
Block a user