Skip to content

Feat/systemjs remove qunit runner - #35176

Open
vorobey wants to merge 13 commits into
mainfrom
feat/systemjs-remove-qunit-runner
Open

Feat/systemjs remove qunit runner#35176
vorobey wants to merge 13 commits into
mainfrom
feat/systemjs-remove-qunit-runner

Conversation

@vorobey

@vorobey vorobey commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

No description provided.

GoodDayForSurf and others added 12 commits August 14, 2026 10:40
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Andrey Vorobev <738482+vorobey@users.noreply.github.com>
Signed-off-by: Andrey Vorobev <738482+vorobey@users.noreply.github.com>
Co-authored-by: Dmitry Lavrinovich <52966626+dmlvr@users.noreply.github.com>
Co-authored-by: Andrei Kharitonov <pharret31@users.noreply.github.com>
Co-authored-by: Maksim Zakharov <251575087+bit-byte0@users.noreply.github.com>
Co-authored-by: EugeniyKiyashko <EugeniyKiyashko@users.noreply.github.com>
Co-authored-by: Alyar <Alyar666@users.noreply.github.com>
Co-authored-by: Eldar Iusupzhanov <84278206+Tucchhaa@users.noreply.github.com>
Co-authored-by: Eldar Iusupzhanov <eldar.iusupzhanov@users.noreply.github.com>
Co-authored-by: Anna Shakhova <68295572+anna-shakhova@users.noreply.github.com>
Co-authored-by: Alex Lavrov <36633600+alexslavr@users.noreply.github.com>
Co-authored-by: Arman Jivanyan <arman.jivanyan@devexpress.com>
Co-authored-by: Aleksei Semikozov <2846685+aleksei-semikozov@users.noreply.github.com>
Co-authored-by: Aleksey Semikozov <aleksei.semikozov@devexpress.com>
Co-authored-by: ilya.kharchenko <14272298+IlyaKhD@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: Raushen <andrey.dolzhikov@devexpress.com>
Co-authored-by: Tom <22076961+artem-kurchenko@users.noreply.github.com>
Signed-off-by: Andrey Vorobev <738482+vorobey@users.noreply.github.com>
Signed-off-by: Dmitry Lavrinovich <52966626+dmlvr@users.noreply.github.com>
Co-authored-by: Dmitry Lavrinovich <52966626+dmlvr@users.noreply.github.com>
Co-authored-by: Andrei Kharitonov <pharret31@users.noreply.github.com>
Co-authored-by: Maksim Zakharov <251575087+bit-byte0@users.noreply.github.com>
Co-authored-by: EugeniyKiyashko <EugeniyKiyashko@users.noreply.github.com>
Co-authored-by: Alyar <Alyar666@users.noreply.github.com>
Co-authored-by: Eldar Iusupzhanov <84278206+Tucchhaa@users.noreply.github.com>
Co-authored-by: Eldar Iusupzhanov <eldar.iusupzhanov@users.noreply.github.com>
Co-authored-by: Anna Shakhova <68295572+anna-shakhova@users.noreply.github.com>
Co-authored-by: Alex Lavrov <36633600+alexslavr@users.noreply.github.com>
Co-authored-by: Arman Jivanyan <arman.jivanyan@devexpress.com>
Co-authored-by: Aleksei Semikozov <2846685+aleksei-semikozov@users.noreply.github.com>
Co-authored-by: Aleksey Semikozov <aleksei.semikozov@devexpress.com>
Co-authored-by: ilya.kharchenko <14272298+IlyaKhD@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: Raushen <andrey.dolzhikov@devexpress.com>
Co-authored-by: Tom <22076961+artem-kurchenko@users.noreply.github.com>
@vorobey
vorobey requested review from a team and a lite review from Copilot September 11, 2026 14:30
@vorobey
vorobey requested review from a team as code owners September 11, 2026 14:30
Copilot stopped reviewing on behalf of vorobey due to an error September 11, 2026 14:50

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

Copilot AI review requested due to automatic review settings September 11, 2026 15:00

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The unresolved critical no-jQuery runner failure and moderate bundled-suite coverage issue must be addressed.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Review details

Suppressed comments (1)

packages/devextreme/testing/tests/DevExpress.jquery/bundled.tests.js:3

  • This suite is named bundled but the new import bypasses the bundle and loads the source ui/button module directly. As a result, these assertions can pass even when dx.all.js is broken or fails to register the jQuery plugin; load bundles/dx.all.js here and instantiate the button from the bundle's registered DevExpress.ui constructor instead.
  • Files reviewed: 300/368 changed files
  • Comments generated: 1
  • Review effort level: Lite

Comment on lines 97 to 99
if (isNoJQueryTest) {
return `${testingBasePath}helpers/noJQuery.js`;
return `${TESTING_BASE}helpers/noJQuery.js`;
}
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.

4 participants