Add comment about Storybook test diagnostics

This commit is contained in:
Koen Vlaswinkel
2024-01-18 10:03:45 +01:00
parent 39c17291aa
commit 4e81d41086

View File

@@ -148,6 +148,8 @@ AccessPath.args = {
const diagnostics: Diagnostic[] = [];
while (index !== -1) {
// For testing in this Storybook, disallow pipe characters to avoid a dependency on the
// real access path validation.
index = value.indexOf("|", index + 1);
diagnostics.push({