Version 1
[yaffs-website] / node_modules / grunt / node_modules / rimraf / test / test-sync.js
1 var rimraf = require("../rimraf")
2   , path = require("path")
3 rimraf.sync(path.join(__dirname, "target"))