Skip to content

fix: Updates samples.spec.ts for ES module update. - #1611

Merged
willum070 merged 1 commit into
mainfrom
update-samples-spec-ts
Aug 13, 2026
Merged

fix: Updates samples.spec.ts for ES module update.#1611
willum070 merged 1 commit into
mainfrom
update-samples-spec-ts

Conversation

@willum070

Copy link
Copy Markdown
Collaborator

Now that the project uses modern ES Modules, __dirname is no longer a valid global variable anywhere in the project, including in Playwright test files.

This PR replaces all four instances of __dirname with import.meta.dirname.

Change-Id: I1181e6ad600baac4b23e069be90be3a6ac087c16
@willum070
willum070 merged commit abcdfe3 into main Aug 13, 2026
11 checks passed
@willum070
willum070 deleted the update-samples-spec-ts branch August 13, 2026 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant