doorlock/jest.config.js

7 lines
191 B
JavaScript
Raw Normal View History

2018-03-03 21:28:55 +00:00
module.exports = {
moduleFileExtensions: ['ts', 'tsx', 'js'],
testEnvironment: 'node',
testMatch: ['**/*.test.(ts|tsx|js)'],
testPathIgnorePatterns: ['/node_modules/', '/config/'],
}