mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-15 15:30:49 +00:00
7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
testTimeout: 10000,
|
|
testPathIgnorePatterns: ['dist'],
|
|
};
|