feat(tests): add unit tests for BanishedPage and RNPathPage components, enhancing coverage for blocked items and path management

This commit is contained in:
2026-01-04 12:42:02 -06:00
parent bc40dcff4e
commit 54ccc03c4d
5 changed files with 280 additions and 8 deletions

View File

@@ -32,6 +32,7 @@ describe("NotificationBell.vue", () => {
},
stubs: {
MaterialDesignIcon: true,
Teleport: true,
},
directives: {
"click-outside": {},
@@ -172,6 +173,7 @@ describe("NotificationBell.vue", () => {
},
stubs: {
MaterialDesignIcon: true,
Teleport: true,
},
directives: {
"click-outside": {},