1
0
mirror of https://github.com/fluencelabs/examples synced 2025-04-27 19:52:14 +00:00

6 lines
112 B
JavaScript
Raw Permalink Normal View History

2022-02-15 23:37:04 +03:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['dist'],
};