server/node_modules/express/node_modules/mime/test.js in vulcan-0.3.0 vs server/node_modules/express/node_modules/mime/test.js in vulcan-0.4.0

- old
+ new

@@ -1,9 +1,8 @@ /** - * Requires the async_testing module, which we're not bothering to ship as part - * of this module. + * Requires the async_testing module * - * "npm install async_testing" + * Usage: node test.js */ var mime = require('./mime'); exports["test mime lookup"] = function(test) { // easy test.equal('text/plain', mime.lookup('text.txt'));