mirror of
https://github.com/zyphlar/doorlock.git
synced 2024-04-03 21:36:03 +00:00
7 lines
191 B
JavaScript
7 lines
191 B
JavaScript
|
module.exports = {
|
||
|
moduleFileExtensions: ['ts', 'tsx', 'js'],
|
||
|
testEnvironment: 'node',
|
||
|
testMatch: ['**/*.test.(ts|tsx|js)'],
|
||
|
testPathIgnorePatterns: ['/node_modules/', '/config/'],
|
||
|
}
|