We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fc2f8 commit b24f8f0Copy full SHA for b24f8f0
test/headers.js
@@ -74,7 +74,7 @@ describe("headers", function(){
74
it("should be correct with a valid CoffeeScript file", function(done){
75
request("http://localhost:" + port + "/valid-coffee.js", function(e, r, b){
76
r.statusCode.should.eql(200)
77
- r.headers.should.have.property("content-type", "application/javascript")
+ r.headers.should.have.property("content-type", "application/javascript; charset=UTF-8")
78
r.headers.should.have.property("content-length")
79
done()
80
})
0 commit comments