OwlCyberSecurity - MANAGER
Edit File: index.js
import color from '../src' test('returns colors styles', () => { const style = color({ color: 'gold', bg: 'tomato', }) expect(style).toEqual({ color: 'gold', backgroundColor: 'tomato', }) })