-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creating svelte test and integration locations to match vue
- Loading branch information
1 parent
1035614
commit e65573e
Showing
17 changed files
with
131 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
examples/svelte-kitchen-sink/src/stories/__snapshots__/addon-actions.stories.storyshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Storyshots Addon|Actions Action on component method 1`] = ` | ||
Object { | ||
"Component": [Function], | ||
"methods": Object { | ||
"onClick": [Function], | ||
}, | ||
} | ||
`; | ||
|
||
exports[`Storyshots Addon|Actions Action on view method 1`] = ` | ||
Object { | ||
"Component": [Function], | ||
"methods": Object { | ||
"onButtonClicked": [Function], | ||
}, | ||
} | ||
`; |
7 changes: 7 additions & 0 deletions
7
examples/svelte-kitchen-sink/src/stories/__snapshots__/addon-backgrounds.stories.storyshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Storyshots Addon|Backgrounds story 1 1`] = ` | ||
Object { | ||
"Component": [Function], | ||
} | ||
`; |
11 changes: 11 additions & 0 deletions
11
examples/svelte-kitchen-sink/src/stories/__snapshots__/addon-centered.stories.storyshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Storyshots Addon|Centered rounded 1`] = ` | ||
Object { | ||
"Component": [Function], | ||
"data": Object { | ||
"Story": [Function], | ||
"rounded": true, | ||
}, | ||
} | ||
`; |
11 changes: 11 additions & 0 deletions
11
examples/svelte-kitchen-sink/src/stories/__snapshots__/addon-knobs.stories.storyshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Storyshots Addon|Knobs Simple 1`] = ` | ||
Object { | ||
"Component": [Function], | ||
"data": Object { | ||
"backgroundColor": "green", | ||
"width": 200, | ||
}, | ||
} | ||
`; |
27 changes: 27 additions & 0 deletions
27
examples/svelte-kitchen-sink/src/stories/__snapshots__/index.storyshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Storyshots Button rounded 1`] = ` | ||
Object { | ||
"Component": [Function], | ||
"data": Object { | ||
"message": "Rounded text", | ||
"rounded": true, | ||
}, | ||
} | ||
`; | ||
|
||
exports[`Storyshots Button square 1`] = ` | ||
Object { | ||
"Component": [Function], | ||
"data": Object { | ||
"message": "Squared text", | ||
"rounded": false, | ||
}, | ||
} | ||
`; | ||
|
||
exports[`Storyshots Welcome Welcome 1`] = ` | ||
Object { | ||
"Component": [Function], | ||
} | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Is it because the MR is so large?