Skip to content

Commit

Permalink
lets go red to make sure things are working
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed Apr 20, 2024
1 parent 330b447 commit 7ae4542
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/res.send.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ 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 7ae4542

Please sign in to comment.