UNPKG

fabricate

Version:

Combines mincer and uglify-js to build dependent files and a source map

9 lines (7 loc) 216 B
var Fabricate = require('../index.js'); exports.module = { testModuleReturnsFabricateConstructor: function(test) { test.ok(typeof Fabricate === 'function', 'AssetsPath method exists'); test.done(); } };