Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
local
/
lib
/
node_modules
/
npm
/
node_modules
/
cmd-shim
/
test
/
File Content:
zz-cleanup.js
var test = require('tap').test var path = require('path') var fixtures = path.resolve(__dirname, 'fixtures') var rimraf = require('rimraf') test('cleanup', function(t) { rimraf(fixtures, function(er) { if (er) throw er t.pass('cleaned up') t.end() }) })
Submit
FILE
FOLDER
Name
Size
Permission
Action
00-setup.js
861 bytes
0644
basic.js
5999 bytes
0755
zz-cleanup.js
277 bytes
0644
N4ST4R_ID | Naxtarrr