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

13
site/interface/node_modules/stats/test/common.js generated vendored Normal file
View File

@ -0,0 +1,13 @@
/**
* Module dependencies.
*/
var should = require('should')
, fs = require('fs');
// load fixture path
global.fixture = function fixture(path) {
return fs.readFileSync(__dirname + '/fixtures/' + path, 'utf8');
};