Skip to content

Commit

Permalink
improve codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed Aug 28, 2024
1 parent b170e05 commit 0cc57e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/features/mas/web-components/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export function isMobileOrTablet() {
return window.matchMedia('(max-width: 1024px)').matches;
}

/* c8 ignore next 4 */
export function wait(ms = 1000) {
return new Promise((resolve) => setTimeout(resolve, ms));
}

0 comments on commit 0cc57e0

Please sign in to comment.