mirror of
https://github.com/fluencelabs/examples
synced 2024-12-13 07:05:31 +00:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
testPathIgnorePatterns: ['dist'],
|
|
};
|