nearform / playwright-firebase

A plugin to handle Firebase authentication in Playwright tests
Other
19 stars 3 forks source link

fix: export AuthenticationParams interface #387

Closed msmid closed 2 months ago

msmid commented 2 months ago

Missing export causes TS to complain:

Exported variable 'test' has or is using name 'AuthenticationParams' from external module "/node_modules/@nearform/playwright-firebase/dist/index" but cannot be named.

github-actions[bot] commented 2 months ago

No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged

msmid commented 2 months ago

Closes #388