import {light} from './light' describe('light', () => { it('should be defined', () => { expect(light).toBeDefined() }) })