diff --git a/package.json b/package.json index bf5ecce935..3fbfcca32e 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ "url": "https://github.com/designcreateplay/NodeBB/" }, "main": "app.js", + "scripts": { + "test": "mocha ./tests" + }, "dependencies": { "socket.io": "~0.9.16", "redis": "0.8.3", @@ -44,6 +47,9 @@ "optionalDependencies": { "hiredis": "~0.1.15" }, + "devDependencies": { + "mocha": "~1.13.0" + }, "bugs": { "url": "https://github.com/designcreateplay/NodeBB/issues" }, diff --git a/public/templates/header.tpl b/public/templates/header.tpl index 398c99de88..d03db16b41 100644 --- a/public/templates/header.tpl +++ b/public/templates/header.tpl @@ -59,9 +59,11 @@
  • [[global:header.search]]
  • -
  • - + +
  • + {navigation.text}
  • +