Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Nov 26, 2021
1 parent 14c30cf commit 044f731
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions lib/core-server/src/utils/stories-json.test.ts
Expand Up @@ -98,6 +98,19 @@ describe('useStoriesJson', () => {
"story": "Story One",
"title": "D",
},
"first-nested-deeply-f--story-one": Object {
"id": "first-nested-deeply-f--story-one",
"importPath": "./src/first-nested/deeply/F.stories.js",
"kind": "First Nested/Deeply/F",
"name": "Story One",
"parameters": Object {
"__id": "first-nested-deeply-f--story-one",
"docsOnly": false,
"fileName": "./src/first-nested/deeply/F.stories.js",
},
"story": "Story One",
"title": "First Nested/Deeply/F",
},
"nested-button--story-one": Object {
"id": "nested-button--story-one",
"importPath": "./src/nested/Button.stories.ts",
Expand All @@ -111,18 +124,18 @@ describe('useStoriesJson', () => {
"story": "Story One",
"title": "Nested/Button",
},
"second-nested-f--story-one": Object {
"id": "second-nested-f--story-one",
"importPath": "./src/second-nested/F.stories.ts",
"kind": "Second Nested/F",
"second-nested-g--story-one": Object {
"id": "second-nested-g--story-one",
"importPath": "./src/second-nested/G.stories.ts",
"kind": "Second Nested/G",
"name": "Story One",
"parameters": Object {
"__id": "second-nested-f--story-one",
"__id": "second-nested-g--story-one",
"docsOnly": false,
"fileName": "./src/second-nested/F.stories.ts",
"fileName": "./src/second-nested/G.stories.ts",
},
"story": "Story One",
"title": "Second Nested/F",
"title": "Second Nested/G",
},
},
"v": 3,
Expand Down

0 comments on commit 044f731

Please sign in to comment.