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
stylus-source-0.41.0 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.40.3 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.40.2 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.40.1 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.40.0 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.39.4 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.39.3 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.39.2 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.39.1 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.39.0 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
cssesc-source-0.1.0 vendor/node_modules/grunt/node_modules/glob/test/zz-cleanup.js
cssesc-source-0.1.0 vendor/node_modules/istanbul/node_modules/fileset/node_modules/glob/test/zz-cleanup.js
stylus-source-0.38.0 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.37.0 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.36.1 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.36.0 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.35.1 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.35.0 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.34.1 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js
stylus-source-0.34.0 vendor/node_modules/mocha/node_modules/glob/test/zz-cleanup.js