Add tests for config

This commit is contained in:
trickypr 2021-12-26 12:07:25 +11:00
parent 9fd97ec564
commit 704a5e5006
5 changed files with 103 additions and 11 deletions

View file

@ -2,5 +2,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['src/**/*.test.ts'],
testMatch: ['**/*.test.ts'],
rootDir: 'src',
}