import { container } from './container'; describe('container', () => { it('should work', () => { expect(container()).toEqual('container'); }); });