Skip to content

Commit

Permalink
fix: internal components type (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt authored Aug 19, 2023
1 parent 5bf5dad commit 927bfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright-ct-web/registerSource.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const __pwRegistry = new Map();
const __pwListeners = new Map();

/**
* @param {Record<string, () => Promise<FrameworkComponent>} components
* @param {Record<string, () => Promise<FrameworkComponent>>} components
*/
export function pwRegister(components) {
for (const [name, value] of Object.entries(components))
Expand Down

0 comments on commit 927bfe2

Please sign in to comment.