bufferapp/ui

View on GitHub
scripts/new-component-template/src/components/ComponentNamePlaceholder/ComponentNamePlaceholder.spec.js

Summary

Maintainability
A
0 mins
Test Coverage
/* eslint-disable react/jsx-filename-extension */
import snap from 'jest-auto-snapshots'
import 'jest-styled-components'

import ComponentNamePlaceholder from './ComponentNamePlaceholder'

snap(ComponentNamePlaceholder, './ComponentNamePlaceholder.tsx')