1
0
mirror of https://github.com/fluencelabs/marine.git synced 2025-03-16 14:30:49 +00:00
2022-06-02 19:51:27 +03:00

6 lines
112 B
JavaScript

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