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