UNPKG

@cnamts/vue-dot

Version:

Implementation of our Design System for the French Health Insurance

10 lines (7 loc) 219 B
import { getFileExtension } from '../'; describe('getFileExtension', () => { it('returns the extension of a file', () => { const filename = 'test.pdf'; expect(getFileExtension(filename)).toEqual('pdf'); }); });