1
0
mirror of https://github.com/fluencelabs/examples synced 2025-04-02 08:01:07 +00:00

6 lines
112 B
JavaScript
Raw Normal View History

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