UNPKG

@grnsft/if-eco-ci-plugin

Version:

EcoCI plugin for Impact Framework.

15 lines (14 loc) 281 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', transform: { '^.+\\.ts?$': [ 'ts-jest', { tsconfig: 'tsconfig.json', }, ], }, modulePathIgnorePatterns: ['./build'], };