Convert jest config compatibility to new version

This commit is contained in:
Claudio Zizza
2026-03-11 00:08:15 +01:00
parent c568d6cef7
commit e547996278

View File

@@ -1,7 +1,9 @@
module.exports = {
verbose: true,
rootDir: './',
testURL: 'http://localhost/',
testEnvironmentOptions: {
url: 'http://localhost/'
},
testMatch: ['**/jest/**/*.test.js'],
"transform": {
"^.+\\.js$": "babel-jest",