mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:31:07 +08:00
Fix snapshots
This commit is contained in:
parent
b222fc189d
commit
0a666c8f53
@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`Storyshots Demo/Account Form Standard 1`] = `
|
||||
exports[`Storyshots Demo/AccountForm Standard 1`] = `
|
||||
.emotion-15 {
|
||||
font-family: "Nunito Sans",-apple-system,".SFNSText-Regular","San Francisco",BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
display: -webkit-box;
|
||||
@ -368,7 +368,7 @@ exports[`Storyshots Demo/Account Form Standard 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Demo/Account Form Standard Email Failed 1`] = `
|
||||
exports[`Storyshots Demo/AccountForm Standard Email Failed 1`] = `
|
||||
.emotion-15 {
|
||||
font-family: "Nunito Sans",-apple-system,".SFNSText-Regular","San Francisco",BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
display: -webkit-box;
|
||||
@ -736,7 +736,7 @@ exports[`Storyshots Demo/Account Form Standard Email Failed 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Demo/Account Form Standard Email Filled 1`] = `
|
||||
exports[`Storyshots Demo/AccountForm Standard Email Filled 1`] = `
|
||||
.emotion-15 {
|
||||
font-family: "Nunito Sans",-apple-system,".SFNSText-Regular","San Francisco",BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
display: -webkit-box;
|
||||
@ -1104,7 +1104,7 @@ exports[`Storyshots Demo/Account Form Standard Email Filled 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Demo/Account Form Standard Fail Hover 1`] = `
|
||||
exports[`Storyshots Demo/AccountForm Standard Fail Hover 1`] = `
|
||||
.emotion-15 {
|
||||
font-family: "Nunito Sans",-apple-system,".SFNSText-Regular","San Francisco",BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
display: -webkit-box;
|
||||
@ -1472,7 +1472,7 @@ exports[`Storyshots Demo/Account Form Standard Fail Hover 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Demo/Account Form Standard Password Failed 1`] = `
|
||||
exports[`Storyshots Demo/AccountForm Standard Password Failed 1`] = `
|
||||
.emotion-15 {
|
||||
font-family: "Nunito Sans",-apple-system,".SFNSText-Regular","San Francisco",BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
display: -webkit-box;
|
||||
@ -1840,7 +1840,7 @@ exports[`Storyshots Demo/Account Form Standard Password Failed 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Demo/Account Form Verification 1`] = `
|
||||
exports[`Storyshots Demo/AccountForm Verification 1`] = `
|
||||
.emotion-18 {
|
||||
font-family: "Nunito Sans",-apple-system,".SFNSText-Regular","San Francisco",BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
display: -webkit-box;
|
||||
@ -2231,7 +2231,7 @@ exports[`Storyshots Demo/Account Form Verification 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Demo/Account Form Verification Passsword 1 1`] = `
|
||||
exports[`Storyshots Demo/AccountForm Verification Passsword 1 1`] = `
|
||||
.emotion-18 {
|
||||
font-family: "Nunito Sans",-apple-system,".SFNSText-Regular","San Francisco",BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
display: -webkit-box;
|
||||
@ -2622,7 +2622,7 @@ exports[`Storyshots Demo/Account Form Verification Passsword 1 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Demo/Account Form Verification Password Mismatch 1`] = `
|
||||
exports[`Storyshots Demo/AccountForm Verification Password Mismatch 1`] = `
|
||||
.emotion-18 {
|
||||
font-family: "Nunito Sans",-apple-system,".SFNSText-Regular","San Francisco",BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
display: -webkit-box;
|
||||
@ -3013,7 +3013,7 @@ exports[`Storyshots Demo/Account Form Verification Password Mismatch 1`] = `
|
||||
</section>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Demo/Account Form Verification Success 1`] = `
|
||||
exports[`Storyshots Demo/AccountForm Verification Success 1`] = `
|
||||
.emotion-18 {
|
||||
font-family: "Nunito Sans",-apple-system,".SFNSText-Regular","San Francisco",BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
display: -webkit-box;
|
||||
|
@ -66,13 +66,13 @@ describe('StoryIndexGenerator', () => {
|
||||
"id": "nested-button--story-one",
|
||||
"importPath": "./src/nested/Button.stories.ts",
|
||||
"name": "Story One",
|
||||
"title": "Nested/Button",
|
||||
"title": "nested/Button",
|
||||
},
|
||||
"second-nested-g--story-one": Object {
|
||||
"id": "second-nested-g--story-one",
|
||||
"importPath": "./src/second-nested/G.stories.ts",
|
||||
"name": "Story One",
|
||||
"title": "Second Nested/G",
|
||||
"title": "second-nested/G",
|
||||
},
|
||||
},
|
||||
"v": 3,
|
||||
@ -116,19 +116,19 @@ describe('StoryIndexGenerator', () => {
|
||||
"id": "first-nested-deeply-f--story-one",
|
||||
"importPath": "./src/first-nested/deeply/F.stories.js",
|
||||
"name": "Story One",
|
||||
"title": "First Nested/Deeply/F",
|
||||
"title": "first-nested/deeply/F",
|
||||
},
|
||||
"nested-button--story-one": Object {
|
||||
"id": "nested-button--story-one",
|
||||
"importPath": "./src/nested/Button.stories.ts",
|
||||
"name": "Story One",
|
||||
"title": "Nested/Button",
|
||||
"title": "nested/Button",
|
||||
},
|
||||
"second-nested-g--story-one": Object {
|
||||
"id": "second-nested-g--story-one",
|
||||
"importPath": "./src/second-nested/G.stories.ts",
|
||||
"name": "Story One",
|
||||
"title": "Second Nested/G",
|
||||
"title": "second-nested/G",
|
||||
},
|
||||
},
|
||||
"v": 3,
|
||||
|
@ -101,7 +101,7 @@ describe('useStoriesJson', () => {
|
||||
"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",
|
||||
"kind": "first-nested/deeply/F",
|
||||
"name": "Story One",
|
||||
"parameters": Object {
|
||||
"__id": "first-nested-deeply-f--story-one",
|
||||
@ -109,12 +109,12 @@ describe('useStoriesJson', () => {
|
||||
"fileName": "./src/first-nested/deeply/F.stories.js",
|
||||
},
|
||||
"story": "Story One",
|
||||
"title": "First Nested/Deeply/F",
|
||||
"title": "first-nested/deeply/F",
|
||||
},
|
||||
"nested-button--story-one": Object {
|
||||
"id": "nested-button--story-one",
|
||||
"importPath": "./src/nested/Button.stories.ts",
|
||||
"kind": "Nested/Button",
|
||||
"kind": "nested/Button",
|
||||
"name": "Story One",
|
||||
"parameters": Object {
|
||||
"__id": "nested-button--story-one",
|
||||
@ -122,12 +122,12 @@ describe('useStoriesJson', () => {
|
||||
"fileName": "./src/nested/Button.stories.ts",
|
||||
},
|
||||
"story": "Story One",
|
||||
"title": "Nested/Button",
|
||||
"title": "nested/Button",
|
||||
},
|
||||
"second-nested-g--story-one": Object {
|
||||
"id": "second-nested-g--story-one",
|
||||
"importPath": "./src/second-nested/G.stories.ts",
|
||||
"kind": "Second Nested/G",
|
||||
"kind": "second-nested/G",
|
||||
"name": "Story One",
|
||||
"parameters": Object {
|
||||
"__id": "second-nested-g--story-one",
|
||||
@ -135,7 +135,7 @@ describe('useStoriesJson', () => {
|
||||
"fileName": "./src/second-nested/G.stories.ts",
|
||||
},
|
||||
"story": "Story One",
|
||||
"title": "Second Nested/G",
|
||||
"title": "second-nested/G",
|
||||
},
|
||||
},
|
||||
"v": 3,
|
||||
|
Loading…
x
Reference in New Issue
Block a user