UNPKG
baobao_with_papa
Version:
latest (1.0.0)
1.0.0
baobao_is_my_favorite_shero
19940608/partof
baobao_with_papa
/
textsubmit
/
node_modules
/
npm
/
test
/
tap
/
zz-cleanup.js
9 lines
(7 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
common =
require
(
'../common-tap'
)
var
test =
require
(
'tap'
).
test
var
rimraf =
require
(
'rimraf'
)
test
(
'cleanup'
,
function
(
t
) { rimraf.
sync
(common.
npm_config_cache
) t.
end
() })