get/jest.config.js

7 строки
175 B
JavaScript

const path = require('path');
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['node_modules', path.resolve(__dirname, 'lib')]
};