1
0

Remove unused jest dependency

This commit is contained in:
2025-07-16 15:10:10 +02:00
parent 738f4f2bdb
commit ef41c7d788
21 changed files with 1598 additions and 10037 deletions

View File

@@ -9,12 +9,9 @@
},
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0",
"devDependencies": {
"chai": "^5.1.2",
"expect": "^23.6.0",
"jest": "^29.7.0"
},
"dependencies": {
"@cucumber/cucumber": "^11.1.1"
"@cucumber/cucumber": "^12.0.0",
"chai": "^5.2.1",
"expect": "^30.0.4"
}
}