initial commit

This commit is contained in:
Bruno Windels
2018-07-05 11:55:45 +01:00
commit e806b0d22a
2 changed files with 177 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "e2e-tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"jest": "^23.2.0",
"puppeteer": "^1.5.0"
}
}