Skip to content

Commit

Permalink
test: encoding edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Apr 28, 2020
1 parent c560be3 commit 47789a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions __tests__/encodings.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ describe('getPreferredContentEncoding', () => {
acceptEncoding: 'gzip, deflate, br',
preferredEncodings: ['gzip', 'deflate'],
preferredEncoding: 'gzip'
},
{
acceptEncoding: 'identity',
preferredEncoding: 'identity'
}
]

Expand Down

0 comments on commit 47789a4

Please sign in to comment.