Basic jasmine setup with a few tests

This commit is contained in:
Alex
2020-04-28 00:45:35 -04:00
parent 3057ec0e45
commit 207e9bc8ab
12 changed files with 9667 additions and 141 deletions

View File

@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jasmine",
"test:all": "jasmine && node browsertest.js openBrowser socket"
},
"author": "",
"license": "ISC",
@@ -12,6 +13,10 @@
"cron": "^1.7.1",
"express": "^4.17.1",
"express-force-https": "^1.0.0",
"jasmine": "^3.5.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
"open": "^7.0.3"
}
}