Redis network config master work, and the beginnings of some actual unit test code.
This commit is contained in:
15
netconf/tests/package.json
Normal file
15
netconf/tests/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user