UNPKG

ghost-storage-cloudinary-v2

Version:
10 lines (8 loc) 265 B
'use strict'; /* eslint global-require: 0 */ const path = require('path'); describe('RetinaJS', function () { for (const f of ['constructor', 'retinize', 'sanitize', 'resolveMaxDpr', 'generateDprConfigs']) { require(path.join(__dirname, f)); } });