UNPKG
quack
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
Check the values of passed arguments in a function - see if they quack like a duck.
quack
/
test
/
minified-test.js
7 lines
(4 loc)
•
124 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
var
quack =
require
(
'../quack.min.js'
);
// pass the minified version of quack
require
(
'./tests.js'
)(quack);