Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
proc
/
self
/
root
/
usr
/
share
/
npm
/
node_modules
/
libnpmorg
/
test
/
util
/
Or
Select Your none :
Upload File :
New :
File
Dir
//proc/self/root/usr/share/npm/node_modules/libnpmorg/test/util/tnock.js
'use strict' const nock = require('nock') module.exports = tnock function tnock (t, host) { const server = nock(host) t.tearDown(function () { server.done() }) return server }