1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 08:55:47 +00:00
gitea/jest.config.js

12 lines
191 B
JavaScript
Raw Normal View History

export default {
setupFilesAfterEnv: ['jest-extended'],
testTimeout: 20000,
rootDir: 'web_src',
testMatch: [
'<rootDir>/**/*.test.js',
],
transform: {},
verbose: false,
};