Compare commits

..

2 Commits

Author SHA1 Message Date
Corentin Sechet 514314c619 js: configure javascript linter (#75132)
gitea/gadjo/pipeline/head This commit looks good Details
2023-03-08 11:30:51 +01:00
Corentin Sechet f611c731bd js: integrate jest and jsdom (#75131)
gitea/gadjo/pipeline/head This commit looks good Details
2023-03-07 20:46:20 +01:00
2 changed files with 1191 additions and 2137 deletions

3324
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,8 +3,8 @@
"test": "jest"
},
"devDependencies": {
"jest": "^29.5.0",
"jest": "^28.1.3",
"jquery": "^3.6.3",
"jsdom": "^21.1.0"
"jsdom": "^19.0.0"
}
}