Files

7 lines
134 B
JavaScript
Raw Permalink Normal View History

module.exports = {
rootDir: '.',
testEnvironment: 'node',
testMatch: ['<rootDir>/tests/**/*.test.js'],
testTimeout: 10000,
};