import { apiInterfaces } from './api-interfaces'; describe('apiInterfaces', () => { it('should work', () => { expect(apiInterfaces()).toEqual('api-interfaces'); }); });