UNPKG

eslint-plugin-green

Version:

ESLint plugin for evaluating and promoting green coding practices

9 lines 208 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/__tests__/**/*.test.ts'], moduleFileExtensions: ['ts', 'js'], transform: { '^.+\\.ts$': 'ts-jest', }, };