fluence-js/jest.config.cjs
2022-05-18 15:35:07 +03:00

7 lines
154 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testTimeout: 10000,
testPathIgnorePatterns: ['/node_modules/', 'dist'],
};