Initial commit
This commit is contained in:
8
hooks/hooks-app/jest.config.js
Normal file
8
hooks/hooks-app/jest.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
roots: ['<rootDir>/__tests__'],
|
||||
testMatch: ['**/*.test.ts'],
|
||||
collectCoverageFrom: ['src/**/*.ts'],
|
||||
moduleFileExtensions: ['ts', 'js', 'json']
|
||||
};
|
||||
Reference in New Issue
Block a user