1
0
mirror of https://github.com/fluencelabs/examples synced 2025-05-07 16:42:15 +00:00

5 lines
83 B
JavaScript
Raw Permalink Normal View History

module.exports = {
preset: 'ts-jest',
testPathIgnorePatterns: ['dist'],
};