UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

12 lines (10 loc) 251 B
// 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() }) })