WeAreGenki/node-utils

View on GitHub
src/middleware/__tests__/log.test.ts

Summary

Maintainability
A
0 mins
Test Coverage
// eslint-disable-next-line jest/no-export
export {};

// import { humanizeSize, log } from '../log';

describe('humanizeSize function', () => {
  it.todo('write tests');
});

describe('log middleware', () => {
  it.todo('write tests');
});