1
0
mirror of https://github.com/fluencelabs/marine.git synced 2025-03-31 05:01:06 +00:00
2022-06-02 19:51:27 +03:00

8 lines
152 B
JavaScript

module.exports = {
testEnvironment: 'node',
testPathIgnorePatterns: ['dist'],
transform: {
'^.+\\.(ts|js)x?$': 'ts-jest',
},
};