summaryrefslogtreecommitdiff
path: root/assertion/package.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-12-19 23:54:35 +0100
committerEugen Wissner <belka@caraus.de>2024-12-19 23:54:35 +0100
commit53e4c5dba6ede90f0e23b192350b3cc833834523 (patch)
tree5ef55d3d1628ce5099a9cc66f4feaa75b4836c82 /assertion/package.json
parentce48d3176929481eae19f1d7536823de56fbb9d3 (diff)
downloadcucumber-js-demo-53e4c5dba6ede90f0e23b192350b3cc833834523.tar.gz
Remove babel from the tutorial, assertion, async
Diffstat (limited to 'assertion/package.json')
-rw-r--r--assertion/package.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/assertion/package.json b/assertion/package.json
index 4f1164c..153260f 100644
--- a/assertion/package.json
+++ b/assertion/package.json
@@ -3,14 +3,18 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
+ "type": "module",
"scripts": {
"test": "cucumber-js"
},
"author": "Eugen Wissner <belka@caraus.de>",
"license": "MPL-2.0",
"devDependencies": {
- "chai": "^4.2.0",
- "cucumber": "^5.0.3",
- "expect": "^23.6.0"
+ "chai": "^5.1.2",
+ "expect": "^23.6.0",
+ "jest": "^29.7.0"
+ },
+ "dependencies": {
+ "@cucumber/cucumber": "^11.1.1"
}
}