Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.7.2 #193

Merged
merged 8 commits into from Sep 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.
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 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.