Build: Bump the github-actions group with 2 updates
[jquery.git] / test / data / test2.html
blobc7fff22fbbe133a177e496b37e6143b6065acab6
1 <script type="text/javascript">
2 var testFoo = "foo";
3 jQuery('#foo').html('foo');
4 QUnit.assert.ok( true, "test2.html executed" );
5 </script>