| 1 | import { contentDisposition, parse, ContentDisposition } from '../../packages/content-disposition/src' |
| 2 | |
| 3 | describe('contentDisposition()', () => { |
| 4 | it('should create an attachment header', () => { |
nothing calls this directly
no test coverage detected