karma-runner / karma

Spectacular Test Runner for JavaScript
http://karma-runner.github.io
MIT License
11.93k stars 1.71k forks source link

Simplify lib/middleware/karma.js #3871

Open mathiasbynens opened 6 months ago

mathiasbynens commented 6 months ago

<script> defaults to type="text/javascript", so there is no need to specify it in the HTML.

Similarly, type="text/css" is the default for <link rel="stylesheet"> so including it in the HTML is redundant.

This simplifies the code a bit.

https://mathiasbynens.be/notes/html5-levels#type-attributes