1
0

Add node, chai, jest diff comparison

This commit is contained in:
2018-12-31 07:44:25 +01:00
parent c623c4d16f
commit 54fcfda40a
11 changed files with 1264 additions and 0 deletions

16
assertion/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "assertion",
"version": "1.0.0",
"description": "",
"main": "index.js",
"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"
}
}