UNPKG
@grnsft/if-eco-ci-plugin
Version:
latest (0.0.2)
0.0.2
0.0.1
EcoCI plugin for Impact Framework.
greensoftware.foundation
@grnsft/if-eco-ci-plugin
/
jest.config.js
15 lines
(14 loc)
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, transform: {
'^.+\\.ts?$'
: [
'ts-jest'
, { tsconfig:
'tsconfig.json'
, }, ], }, modulePathIgnorePatterns: [
'./build'
], };