mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-21 16:12:13 +00:00
7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
testTimeout: 10000,
|
|
testPathIgnorePatterns: ['/node_modules/', 'dist'],
|
|
};
|