This commit is contained in:
madegryc pc
2024-08-10 17:29:33 +02:00
parent 2f17dabad0
commit 506ab20c83
257 changed files with 184436 additions and 14 deletions

15
site/interface/node_modules/stats/test/test.large.js generated vendored Normal file
View 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);