D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
home
/
etb1lp46s9ed
/
washeet.softurecs.com
/
node_modules
/
pino
/
test
/
jest
/
Filename :
basic.spec.js
back
Copy
/* global test */ const pino = require('../../pino') test('transport should work in jest', function () { pino({ transport: { target: 'pino-pretty' } }) })