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