This commit is contained in:
Pavel Murygin 2022-07-05 20:23:34 +03:00
parent e889f7a624
commit cbe7daadca

View File

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