mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-04 12:40:05 +02:00
update packages to latest version
This commit is contained in:
8
node_modules/npm/test/tap/zz-cleanup.js
generated
vendored
Normal file
8
node_modules/npm/test/tap/zz-cleanup.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
var common = require("../common-tap")
|
||||
var test = require("tap").test
|
||||
var rimraf = require("rimraf")
|
||||
|
||||
test("cleanup", function (t) {
|
||||
rimraf.sync(common.npm_config_cache)
|
||||
t.end()
|
||||
})
|
Reference in New Issue
Block a user