Sha256: 5af8f60c9efbac28a862b5f350dd13196eda66c64c9ef3f506abc8c17fdd8a9a

Contents?: true

Size: 251 Bytes

Versions: 124

Compression:

Stored size: 251 Bytes

Contents

// remove the fixtures
var tap = require("tap")
, rimraf = require("rimraf")
, path = require("path")

tap.test("cleanup fixtures", function (t) {
  rimraf(path.resolve(__dirname, "a"), function (er) {
    t.ifError(er, "removed")
    t.end()
  })
})

Version data entries

124 entries across 75 versions & 10 rubygems

Version Path
ela-4.1.6 node_modules/glob/test/zz-cleanup.js
ela-4.1.5 node_modules/glob/test/zz-cleanup.js
ela-4.1.4 node_modules/glob/test/zz-cleanup.js
ela-4.1.3 node_modules/glob/test/zz-cleanup.js
ela-4.1.2 node_modules/glob/test/zz-cleanup.js
ela-4.1.1 node_modules/glob/test/zz-cleanup.js
ela-4.1.0 node_modules/glob/test/zz-cleanup.js
ela-4.0.0 node_modules/glob/test/zz-cleanup.js
ela-3.4.3 node_modules/glob/test/zz-cleanup.js
ela-3.4.2 node_modules/glob/test/zz-cleanup.js
ela-3.4.0 node_modules/glob/test/zz-cleanup.js
ela-3.3.1 node_modules/glob/test/zz-cleanup.js
ela-3.3.0 node_modules/glob/test/zz-cleanup.js
ela-3.2.0 node_modules/glob/test/zz-cleanup.js
ela-3.1.1 node_modules/glob/test/zz-cleanup.js
ela-3.1.0 node_modules/glob/test/zz-cleanup.js
ela-3.0.0 node_modules/glob/test/zz-cleanup.js
ela-2.0.0 node_modules/glob/test/zz-cleanup.js
ela-1.1.0 node_modules/glob/test/zz-cleanup.js
blackboard-3.1.9 lib/site_template/node_modules/globule/node_modules/glob/test/zz-cleanup.js