1
1
mirror of https://github.com/go-gitea/gitea synced 2024-05-29 07:25:47 +00:00
gitea/jest.config.js

11 lines
210 B
JavaScript
Raw Normal View History

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