mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 10:42:16 +00:00
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
|
module.exports = {
|
||
|
preset: 'ts-jest',
|
||
|
testPathIgnorePatterns: ['dist'],
|
||
|
};
|