leocreatini / jest-styled-components

Jest utilities for Styled Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Jest Styled Components

Jest utilities for Styled Components.

Installation

yarn add --dev jest-styled-components

toMatchStyledComponentsSnapshot [React]

Preview

Preview

Usage

// *.spec.js

import 'jest-styled-components'

// ...

expect(tree).toMatchStyledComponentsSnapshot()

toHaveStyleRule [React]

Preview

Preview

Usage

// *.spec.js

import 'jest-styled-components'

// ...

expect(tree).toHaveStyleRule('property', value)

toHaveStyleRule [React Native]

Preview

Preview

Preview

Usage

// *.spec.js

import 'jest-styled-components/native'

// ...

expect(tree).toHaveStyleRule('property', value)

About

Jest utilities for Styled Components

License:MIT License


Languages

Language:JavaScript 100.0%