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:
12
node_modules/npm/test/tap/lifecycle.js
generated
vendored
Normal file
12
node_modules/npm/test/tap/lifecycle.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
var test = require("tap").test
|
||||
var npm = require("../../")
|
||||
var lifecycle = require("../../lib/utils/lifecycle")
|
||||
|
||||
test("lifecycle: make env correctly", function (t) {
|
||||
npm.load({enteente: Infinity}, function () {
|
||||
var env = lifecycle.makeEnv({}, null, process.env)
|
||||
|
||||
t.equal("Infinity", env.npm_config_enteente)
|
||||
t.end()
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user