mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 13:06:03 +10:00
copy-paste typo
This commit is contained in:
parent
3ff50f9dc1
commit
12eb357367
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import { ManageListingCardComponent } from './ManageListingCard';
|
|||
|
||||
const noop = () => null;
|
||||
|
||||
describe('ListingCard', () => {
|
||||
describe('ManageListingCard', () => {
|
||||
it('matches snapshot', () => {
|
||||
const listing = { ...createOwnListing('listing1') };
|
||||
const tree = renderShallow(
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
exports[`ListingCard matches snapshot 1`] = `
|
||||
exports[`ManageListingCard matches snapshot 1`] = `
|
||||
<withFlattenedRoutes(withRouter(NamedLink))
|
||||
className=""
|
||||
name="ListingPage"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue