import * as index from './index' describe('model/index.ts', () => { it('should have the models', () => { expect(index).toBeTruthy() }) })