Taylor Hunt 0f0fd7b1f7 Clean up test noise (#1394)
* Fix warning about differing Node binaries

* Fix npm WARNings on test

* Fix chai deprecation notice

* Fix jsdom <script> parse errors

* Fix jsdom Not Implemented errors
2019-08-07 12:34:00 -07:00

6 lines
218 B
HTML

<html><head><title>Inline Script</title></head><body>Hello name! <script type="n/a">
<div if(foo)></div>
$(function() {
alert('World');
})
</script><!--FLUSH--></body></html>