First commit test features

This commit is contained in:
Xavier Escudero
2019-05-02 20:18:54 +02:00
parent 51dfaa9727
commit 11def83df2
8 changed files with 2882 additions and 1409 deletions

View File

@@ -17,7 +17,8 @@
"test:integration": "jest test/integration",
"test:integration:watch": "jest test/integration --watch",
"test:unit": "jest test/unit",
"test:unit:watch": "jest test/unit --watch"
"test:unit:watch": "jest test/unit --watch",
"cypress:open": "cypress open"
},
"engines": {
"node": ">=8.9.3"
@@ -38,6 +39,7 @@
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"cookie": "^0.3.1",
"cypress": "^3.2.0",
"eslint": "^4.18.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.8.0",