test: stress tests — concurrency, races, edge cases (32 pass) + bump 0.5.0
This commit is contained in:
+2
-2
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "ipwhitelist",
|
||||
"version": "0.4.9",
|
||||
"version": "0.5.0",
|
||||
"description": "IP WhiteList microservice for cloud provider",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "node --watch server.js",
|
||||
"test": "node tests/api.js",
|
||||
"test:integration": "node tests/integration.js"
|
||||
"test:stress": "node tests/stress.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"connect-pg-simple": "^10.0.0",
|
||||
|
||||
Reference in New Issue
Block a user