Skip to content

Commit

Permalink
chore: add jQuery 4.0.0-beta.2 to test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
techfg committed Dec 22, 2024
1 parent f491058 commit 36df0c7
Show file tree
Hide file tree
Showing 2 changed files with 9,716 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/imagemapster-test-runner.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,14 @@
jquery: {
label: 'jQuery',
include: ['../dist/jquery.imagemapster.js'],
versions: ['3.7.1', '3.5.1', '2.2.4', '1.9.1', '1.7.1']
versions: [
'4.0.0.beta.2',
'3.7.1',
'3.5.1',
'2.2.4',
'1.9.1',
'1.7.1'
]
},
zepto: {
label: 'Zepto',
Expand Down
Loading

0 comments on commit 36df0c7

Please sign in to comment.