diff --git a/test/userResDecorator.js b/test/userResDecorator.js index 1ba0a30..2eea735 100644 --- a/test/userResDecorator.js +++ b/test/userResDecorator.js @@ -23,7 +23,7 @@ function proxyTarget(port) { return other.listen(port); } -describe.only('userResDecorator', function() { +describe('userResDecorator', function() { var other; beforeEach(function() {