Skip to content

Commit

Permalink
Run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ragalie committed Jan 19, 2021
1 parent 0a79cff commit 2e5e4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/userResDecorator.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function proxyTarget(port) {
return other.listen(port);
}

describe.only('userResDecorator', function() {
describe('userResDecorator', function() {
var other;

beforeEach(function() {
Expand Down

0 comments on commit 2e5e4a3

Please sign in to comment.