dataplug-io/dataplug-http

View on GitHub
jest.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  preset: 'ts-jest',
  setupFiles: [
    './test/setup/winston.ts'
  ],
  clearMocks: true,
  testEnvironment: 'node',
}