Skip to content

Commit e4443d0

Browse files
committed
fix: Go up two directories before attempting to access examples
1 parent a9998ed commit e4443d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/guidepup/voiceover.spec.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const test = baseTest.extend({
1313
route.fulfill({
1414
path: path.join(
1515
import.meta.dirname,
16-
"..",
16+
"../..",
1717
new URL(request.url()).pathname
1818
),
1919
})

0 commit comments

Comments
 (0)