Skip to content

Commit

Permalink
Revert "lets go red to make sure things are working"
Browse files Browse the repository at this point in the history
This reverts commit 7ae4542.
  • Loading branch information
jonchurch committed Apr 20, 2024
1 parent 7ae4542 commit 9560afb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/res.send.js
Expand Up @@ -9,10 +9,6 @@ var utils = require('./support/utils');

describe('res', function(){
describe('.send()', function(){
it('should throw! making sure we can go red on all versions in the new experimental CI', function(done) {
throw new Error("KABOOM!")
done()
})
it('should set body to ""', function(done){
var app = express();

Expand Down

0 comments on commit 9560afb

Please sign in to comment.