UNPKG
@iwnow/pack
Version:
latest (1.1.0)
1.1.0
1.0.0
The pack of some major stuff
github.com/iwnow/pack
iwnow/pack
@iwnow/pack
/
build
/
index.test.js
7 lines
(5 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
var
_ =
require
(
'.'
);
test
(
'says hello pack'
,
function
(
) {
expect
((
0
, _.
pack
)()).
toBe
(
'hello pack :)'
); });