Projektstart
This commit is contained in:
10
backend/node_modules/pino/test/jest/basic.spec.js
generated
vendored
Normal file
10
backend/node_modules/pino/test/jest/basic.spec.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/* global test */
|
||||
const pino = require('../../pino')
|
||||
|
||||
test('transport should work in jest', function () {
|
||||
pino({
|
||||
transport: {
|
||||
target: 'pino-pretty'
|
||||
}
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user