Redis network config master work, and the beginnings of some actual unit test code.

This commit is contained in:
Adam Ierymenko
2015-02-24 16:15:01 -08:00
parent b6fba5934a
commit ecffa9f5e7
10 changed files with 314 additions and 122 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "zt1-netconf-master-tests",
"version": "0.0.0",
"description": "Network configuration master tests",
"main": "runtests.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ZeroTier, Inc.",
"license": "GPL",
"dependencies": {
"redis": "~0.10.3",
"async": "~0.9.0"
}
}