Commit 5dd3fa2
LIBDRUM-1005. Fix ESLint "no-floating-promises" warning
Added "void" to "initTestBed" to fix a "no-floating-promises" warning
from ESLint.
This is okay, because the "initTestBed" function is only used within
a "waitForAsync" block, which ensures that the promise is awaited and
completed. Adding "void" signals to ESLint that Promise is intentionally
not being awaited (as it is handled by "waitForAsync").
Co-authored-by: Perplexity AI <noreply@perplexity.ai>
https://umd-dit.atlassian.net/browse/LIBDRUM-10051 parent a4d3514 commit 5dd3fa2
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments