1
0
mirror of https://github.com/fluencelabs/examples synced 2025-07-03 19:51:32 +00:00
This commit is contained in:
Pavel Murygin
2022-07-05 20:23:34 +03:00
parent e889f7a624
commit cbe7daadca

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