don't use jest and just run test code sequentially

since a lot of tests will be interdepent and need to happen in order,
it seems easier to not use a test runner enforcing tests to be semi-independent
and instead just run the code and have some logging code to see where
a problem occurs
This commit is contained in:
Bruno Windels
2018-07-09 17:43:21 +02:00
parent 61ac989847
commit b76c3a1842
3 changed files with 167 additions and 17 deletions
-1
View File
@@ -9,7 +9,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"jest": "^23.2.0",
"puppeteer": "^1.5.0"
}
}