fluence-js/jest.config.js

6 lines
98 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testTimeout: 10000,
};