1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-27 22:04:28 -04:00
gitea/jest.config.js

11 lines
214 B
JavaScript
Raw Normal View History

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