Skip to content

Commit da1ce38

Browse files
committed
Added comment where appropriate
1 parent af9027e commit da1ce38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/puppeteer/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Imports
22
import helloWorld from 'w3c-css-validator';
33

4+
// Wait until DOM content is available to attempt to make changes
45
document.addEventListener('DOMContentLoaded', () => {
56
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-call
67
document.title = helloWorld();

0 commit comments

Comments
 (0)