Skip to content

Commit

Permalink
Add jQuery version 4.0.0-beta to test suite
Browse files Browse the repository at this point in the history
Related to issue: #189
  • Loading branch information
stevenbenner committed Feb 23, 2024
1 parent cf8de17 commit 17c4fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- Dynamic jQuery Version Loader -->
<script type="text/javascript">
var jqVersions = [ '1.7.0', '1.12.4', '2.2.4', '3.7.1' ],
var jqVersions = [ '1.7.0', '1.12.4', '2.2.4', '3.7.1', '4.0.0-beta' ],
currentJq = QUnit.urlParams.jquery || jqVersions[jqVersions.length - 1];

QUnit.config.urlConfig.push({
Expand Down

0 comments on commit 17c4fe4

Please sign in to comment.