Fix linting problem

This commit is contained in:
Tom Coleman 2022-05-06 12:32:26 +10:00
parent c4a6386a10
commit 6e7c8ec44f

View File

@ -105,11 +105,11 @@ describe('collapse all stories', () => {
const hasDocsOnly: StoriesHash = {
...stories,
a1: {
type: 'docs',
id: 'a1',
name: 'a1',
title: 'a',
depth: 2,
type: 'docs',
parent: 'a',
importPath: './a.js',
},