mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
module.exports = {
|
|
testEnvironment: 'node',
|
|
testPathIgnorePatterns: ['dist'],
|
|
transform: {
|
|
'^.+\\.(ts|js)x?$': 'ts-jest',
|
|
},
|
|
};
|