Skip to content

Commit b6501a5

Browse files
committed
fix: allow teleport warning for chart legend
1 parent 0123e31 commit b6501a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/nuxt/a11y.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ const allowedWarnings: RegExp[] = [
6363
// DiffFileTree instances), this triggers a duplicate expose() call on the
6464
// inner wrapper. The warning does not affect test correctness.
6565
/expose\(\) should be called only once/,
66+
// Vue Teleport warnings (vue-data-ui / test env, does not affect text correctness)
67+
/Failed to locate Teleport target.*legend-bottom/,
6668
]
6769

6870
beforeEach(() => {

0 commit comments

Comments
 (0)