bufferapp/ui

View on GitHub
src/components/Banner/Banner.spec.ts

Summary

Maintainability
A
0 mins
Test Coverage
/* eslint-disable react/jsx-filename-extension */
// @ts-expect-error TS(7016) FIXME: Could not find a declaration file for module 'jest... Remove this comment to see the full error message
import snap from 'jest-auto-snapshots'
import 'jest-styled-components'

import Banner from './Banner'

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