UNPKG
eslint-plugin-green
Version:
latest (1.0.0-alpha.1)
1.0.0
1.0.0-alpha.1
ESLint plugin for evaluating and promoting green coding practices
eslint-plugin-green
/
jest.config.js
9 lines
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testMatch: [
'**/__tests__/**/*.test.ts'
], moduleFileExtensions: [
'ts'
,
'js'
], transform: {
'^.+\\.ts$'
:
'ts-jest'
, }, };