Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Mar 29, 2024
1 parent 4e7d003 commit eff8596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/res.location.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var express = require('../')
, assert = require('assert')
, url = require('url');

describe.only('res', function(){
describe('res', function(){
describe('.location(url)', function(){
it('should set the header', function(done){
var app = express();
Expand Down

0 comments on commit eff8596

Please sign in to comment.