Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-sync.js « test « rimraf « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb71f10476e819acc655f6765f9f3e0f93cb511d (plain)
1
2
3
var rimraf = require("../rimraf")
  , path = require("path")
rimraf.sync(path.join(__dirname, "target"))