UNPKG
fabricate
Version:
latest (0.2.0)
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Combines mincer and uglify-js to build dependent files and a source map
joeytrapp/node-fabricate
fabricate
/
test
/
index_test.js
9 lines
(7 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
Fabricate
=
require
(
'../index.js'
);
exports
.
module
= {
testModuleReturnsFabricateConstructor
:
function
(
test
) { test.
ok
(
typeof
Fabricate
===
'function'
,
'AssetsPath method exists'
); test.
done
(); } };