add test for invalid subdomain requests

This commit is contained in:
Roman Shtylman
2014-04-20 11:05:57 -04:00
parent dd6d04c2cf
commit 8abb4f395f
3 changed files with 17 additions and 5 deletions

View File

@@ -30,10 +30,10 @@
},
"devDependencies": {
"mocha": "1.18.2",
"localtunnel": "1.1.1"
"localtunnel": "1.1.2"
},
"scripts": {
"test": "mocha --ui qunit -- test",
"test": "mocha --ui qunit --reporter list -- test",
"start": "./bin/server"
}
}