You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package.json lists jsdom as an optional dependency. But the test suite for html5 uses jsdom. So the right thing would be to put jsdom in devDependencies as well as optionalDependencies.