echo greeter

This commit is contained in:
Pavel Murygin
2022-02-18 23:52:49 +03:00
parent 98adfe858f
commit cf839b51d8
7 changed files with 15380 additions and 7900 deletions

View File

@ -0,0 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['dist'],
};