mirror of
https://github.com/fluencelabs/examples
synced 2025-05-11 18:37:12 +00:00
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
|
module.exports = {
|
||
|
preset: 'ts-jest',
|
||
|
testPathIgnorePatterns: ['dist'],
|
||
|
};
|