UNPKG
choo-shortcache
Version:
latest (0.0.0)
0.0.0
choo nanocomponent cache shortcut
choo-shortcache
/
example
/
node_modules
/
watchify
/
test
/
zzz.js
11 lines
(9 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
var
test =
require
(
'tape'
);
test
(
'__END__'
,
function
(
t
) { t.
on
(
'end'
,
function
(
) {
setTimeout
(
function
(
) { process.
exit
(
0
); },
100
) }); t.
end
(); });