Skip to content

Commit 46219a6

Browse files
committed
Removing arrow function to support 0.10-0.12
1 parent e41df9a commit 46219a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe('XML Body Parser', function() {
9393

9494
it('should accept custom ContentType as function', function(done) {
9595
createServer({
96-
type: () => true
96+
type: function() { return true }
9797
});
9898
request(app)
9999
.post('/')

0 commit comments

Comments
 (0)