Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
snuggs committed Feb 4, 2018
1 parent a3c2aa1 commit 611a285
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions middleware/negotiator.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ test.only ('GET /', async t => {
= { 'Accept' : 'text/html;q=0.9, text/plain;q=0.6, */*;q=0.8', 'Accept-Encoding': 'identity' }

, options
// = { compress: false, headers: { 'Accept' : '*/*' } }
= { compress: false, headers }

, response
= await fetch ('http://localhost:8181/index.html?debug', options)
= await fetch ('http://localhost:8181/index.html', options)

, type
= response.headers.get ('content-type')
Expand Down

0 comments on commit 611a285

Please sign in to comment.