Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: Fix tests in IE 10 & 9, ensure ES5 in tests #532

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

mgol
Copy link
Member

@mgol mgol commented Sep 17, 2024

  1. Change consts in core.js tests to a var to avoid crashes in IE 9 & 10.
  2. Modify the ESLint config to require ES5 in tests.

The test failure can be viewed at https://github.com/jquery/jquery-migrate/actions/runs/10891333795/job/30228137263.

1. Change `const`s in `core.js` tests to a `var` to avoid crashes in IE 9 & 10.
2. Modify the ESLint config to require ES5 in tests.
@mgol mgol added this to the 3.6.0 milestone Sep 17, 2024
@mgol mgol requested a review from timmywil September 17, 2024 21:26
@mgol mgol self-assigned this Sep 17, 2024
@mgol mgol merged commit 4166af2 into jquery:main Sep 18, 2024
11 checks passed
@mgol mgol deleted the tests-hotfix branch September 18, 2024 15:21
@mgol mgol removed the Needs review label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants