diff --git a/package.json b/package.json index 1724038..cfec762 100644 --- a/package.json +++ b/package.json @@ -9,5 +9,8 @@ "mocha": "*", "should": "*" }, - "license": "MIT" + "license": "MIT", + "scripts": { + "test": "mocha" + } } diff --git a/test/index.js b/test/index.js index fdaf83a..e2698f8 100644 --- a/test/index.js +++ b/test/index.js @@ -1,6 +1,7 @@ var assert = require('assert'); var delegate = require('..'); +var should = require("should"); describe('.method(name)', function(){ it('should delegate methods', function(){