summaryrefslogtreecommitdiffstats
path: root/jest.config.js
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2021-10-19 09:23:58 +0200
committerGitHub <noreply@github.com>2021-10-19 15:23:58 +0800
commiteaf493be5d01332966f983f6d83ad515cfdec7bf (patch)
tree5aea624ec91246bf83cb167a41ed7c522f0db26f /jest.config.js
parente2a59c57fc1dcaecddc8d8dbf27d551c92dda101 (diff)
downloadgitea-eaf493be5d01332966f983f6d83ad515cfdec7bf.tar.gz
gitea-eaf493be5d01332966f983f6d83ad515cfdec7bf.zip
Update JS dependencies (#17357)
* Update JS dependencies - Upgrade to eslint 8 and add new plugin rules - Adapt to various API changes - Rebuild SVGs * fix webpack warning on license * order options alphabetically Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js
index 6937a52fc1..c94113d6f4 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -1,6 +1,6 @@
export default {
rootDir: 'web_src',
- setupFilesAfterEnv: ['jest-extended'],
+ setupFilesAfterEnv: ['jest-extended/all'],
testEnvironment: 'jsdom',
testMatch: ['<rootDir>/**/*.test.js'],
testTimeout: 20000,