it('should not throw any errors when imported', () => { expect(() => require('./index')).not.toThrow(); })