Skip to content

Commit

Permalink
Merge pull request #193 from storybookjs/next
Browse files Browse the repository at this point in the history
Release 0.7.2
  • Loading branch information
yannbf committed Sep 16, 2022
2 parents 9b16c32 + a61bb36 commit 988f3ef
Show file tree
Hide file tree
Showing 18 changed files with 1,234 additions and 2,862 deletions.
7 changes: 1 addition & 6 deletions .vscode/settings.json
@@ -1,8 +1,3 @@
{
"deepscan.enable": true,
"workbench.colorCustomizations": {
"activityBar.background": "#00333B",
"titleBar.activeBackground": "#004752",
"titleBar.activeForeground": "#ECFCFF"
}
}
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed __snapshots__/atoms-button--with-loaders-snap.png
Binary file not shown.
Binary file added __snapshots__/atoms-button--with-loaders.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed __snapshots__/molecules-header--logged-in-snap.png
Binary file not shown.
Binary file added __snapshots__/molecules-header--logged-in.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed __snapshots__/molecules-header--logged-out-snap.png
Binary file not shown.
Binary file added __snapshots__/molecules-header--logged-out.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed __snapshots__/pages-page--logged-in-snap.png
Binary file not shown.
Binary file added __snapshots__/pages-page--logged-in.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed __snapshots__/pages-page--logged-out-snap.png
Binary file not shown.
Binary file added __snapshots__/pages-page--logged-out.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/setup-page.ts
Expand Up @@ -202,6 +202,9 @@ export const setupPage = async (page: Page) => {
channel.on('storyThrewException', (error) => reject(
new StorybookTestRunnerError(storyId, error.message, logs))
);
channel.on('playFunctionThrewException', (error) => reject(
new StorybookTestRunnerError(storyId, error.message, logs))
);
channel.on('storyMissing', (id) => id === storyId && reject(
new StorybookTestRunnerError(storyId, 'The story was missing when trying to access it.', logs))
);
Expand Down
4,086 changes: 1,230 additions & 2,856 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 988f3ef

Please sign in to comment.