@@ -0,0 +1 @@
+test/
@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "mocha"
},
"repository": {
"type": "git",
@@ -14,6 +14,8 @@
"license": "ISC",
"dependencies": {
"buffa": "git+ssh://git@git.tum.dk/tum.dk/buffa.git",
+ "chai": "^4.1.2",
+ "expect.js": "^0.3.1",
"uuid_maker": "git+ssh://git@git.tum.dk/tum.dk/uuid_maker.git"
}