Skip to content

Commit eff8596

Browse files
committed
Remove .only
1 parent 4e7d003 commit eff8596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/res.location.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var express = require('../')
55
, assert = require('assert')
66
, url = require('url');
77

8-
describe.only('res', function(){
8+
describe('res', function(){
99
describe('.location(url)', function(){
1010
it('should set the header', function(done){
1111
var app = express();

0 commit comments

Comments
 (0)