1
0
mirror of https://github.com/fluencelabs/examples synced 2025-07-05 20:51:35 +00:00
Files

6 lines
112 B
JavaScript
Raw Permalink Normal View History

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