jquery/test/data/test2.html
abnud1 c349818742 Build: Update test code for compatibility with QUnit 2.x (#4297)
Also, run `grunt npmcopy` to sync the "external" directory with dependencies
from package.json. For example, the Sinon library version didn't match.

Ref gh-4234
Closes gh-4297
2019-02-18 19:03:26 +01:00

6 lines
139 B
HTML

<script type="text/javascript">
var testFoo = "foo";
jQuery('#foo').html('foo');
QUnit.assert.ok( true, "test2.html executed" );
</script>