UNPKG

148 BJavaScriptView Raw
1// remove the noise from express server logs
2process.env.LOG_LEVEL="fatal";
3
4module.exports = {
5 preset: 'ts-jest',
6 testEnvironment: 'node',
7};
8