Skip to content

Commit 771a460

Browse files
authored
Merge branch 'master' into Mil4n0r/resultsettable_checkbox-fix
2 parents 0ea49e3 + c2b6ec9 commit 771a460

File tree

9 files changed

+682
-41
lines changed

9 files changed

+682
-41
lines changed

lib/.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"printWidth": 120
2+
"printWidth": 120,
3+
"trailingComma": "es5"
34
}

lib/.storybook/test-runner.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const a11yConfig: TestRunnerConfig = {
3030
page.setViewportSize(parsedViewportSizes);
3131
}
3232
} catch (err) {
33-
console.error("Problem when loading the Story Context");
33+
console.error("Problem when loading the Story Context -> ", err);
3434
}
3535
},
3636
async postVisit(page, context) {
@@ -47,7 +47,7 @@ const a11yConfig: TestRunnerConfig = {
4747
rules: storyContext?.parameters?.a11y?.config?.rules,
4848
});
4949
} catch (err) {
50-
console.error("Problem when loading the Story Context");
50+
console.error("Problem when loading the Story Context -> ", err);
5151
}
5252

5353
await checkA11y(page, "#storybook-root", {

0 commit comments

Comments
 (0)