Skip to content

refactor(qunit): changing the package #2264

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

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,351 changes: 239 additions & 4,112 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"karma-coverage": "^2.2.1",
"karma-qunit": "^4.2.1",
"knockout": "^3.5.1",
"qunitjs": "^2.4.1"
"qunit": "^2.22.0"
}
}
4 changes: 2 additions & 2 deletions tests/unit/colorpicker/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<link type="text/css" rel="stylesheet" href="../../../src/css/structure/modules/infragistics.ui.colorpicker.css" media="screen" />

<link type="text/css" href="../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<link type="text/css" href="../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/qunitjs/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../node_modules/qunit/qunit/qunit.js"></script>

<script type="text/javascript" src="../../../src/js/modules/infragistics.util.js"></script>
<script type="text/javascript" src="../../../src/js/modules/infragistics.util.jquery.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/colorpickersplitbutton/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<link type="text/css" rel="stylesheet" href="../../../src/css/structure/modules/infragistics.ui.splitbutton.css" media="screen" />
<link type="text/css" rel="stylesheet" href="../../../src/css/structure/modules/infragistics.ui.colorpicker.css" media="screen" />

<link type="text/css" href="../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<link type="text/css" href="../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script type="text/javascript" src="../../../node_modules/qunitjs/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../node_modules/qunit/qunit/qunit.js"></script>

<script type="text/javascript" src="../../../src/js/modules/infragistics.util.js"></script>
<script type="text/javascript" src="../../../src/js/modules/infragistics.util.jquery.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/combo/api/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.validator.css" rel="stylesheet" />
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.popover.css" rel="stylesheet" />
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.notifier.css" rel="stylesheet" />
<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
Expand All @@ -30,7 +30,7 @@
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.validator-en.js"></script>

<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="api-test.js"></script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/combo/binding/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.validator.css" rel="stylesheet" />
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.popover.css" rel="stylesheet" />
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.notifier.css" rel="stylesheet" />
<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
Expand All @@ -29,7 +29,7 @@
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.validator-en.js"></script>

<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="binding-test.js"></script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/combo/filtering/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.validator.css" rel="stylesheet" />
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.popover.css" rel="stylesheet" />
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.notifier.css" rel="stylesheet" />
<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
Expand All @@ -30,7 +30,7 @@
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.validator-en.js"></script>

<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="filtering-test.js"></script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/combo/rendering/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.validator.css" rel="stylesheet" />
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.popover.css" rel="stylesheet" />
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.notifier.css" rel="stylesheet" />
<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
Expand All @@ -29,7 +29,7 @@
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.validator-en.js"></script>

<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="rendering-test.js"></script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/combo/selection/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.validator.css" rel="stylesheet" />
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.popover.css" rel="stylesheet" />
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.notifier.css" rel="stylesheet" />
<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
Expand All @@ -29,7 +29,7 @@
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.validator-en.js"></script>

<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="selection-test.js"></script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/combo/virtualization/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.validator.css" rel="stylesheet" />
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.popover.css" rel="stylesheet" />
<link type="text/css" href="../../../../src/css/structure/modules/infragistics.ui.notifier.css" rel="stylesheet" />
<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
Expand All @@ -30,7 +30,7 @@
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.popover-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.ui.validator-en.js"></script>

<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="virtualization-test.js"></script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/dataSource/dates/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<title>Infragistics jQuery Data Source - select databinding QUnit tests </title>
<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>

<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/dataSource/filtering/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<script type="text/javascript" src="../../../../src/js/modules/infragistics.datasource.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.datasource-en.js"></script>

<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>

<style type="text/css">
body {
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/dataSource/groupby/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.jquery.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.datasource.js"></script>

<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script>
<style type="text/css">
body {
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/dataSource/hierarchical/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>

Expand All @@ -13,7 +13,7 @@
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.datasource-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.datasource.js"></script>

<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
<script src="hierarchical-test.js"></script>
</head>
</body>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/dataSource/mashup/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<script type="text/javascript" src="../../../../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script>


<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
<script src="../../common/test-util.js"></script>
<script src="mashup-test.js"></script>

Expand Down
4 changes: 2 additions & 2 deletions tests/unit/dataSource/paging/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.jquery.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.datasource.js"></script>

<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>



Expand Down
4 changes: 2 additions & 2 deletions tests/unit/dataSource/properties/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.datasource-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.datasource.js"></script>

<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
</head>
<body>
<div id="div1"></div>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/dataSource/remote/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<script type="text/javascript" src="../../../../src/js/modules/infragistics.datasource.js"></script>
<script type="text/javascript" src="../../../../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script>

<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
<script src="../../common/test-util.js"></script>
<script src="remote-test.js"></script>

Expand Down
4 changes: 2 additions & 2 deletions tests/unit/dataSource/rest/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>

Expand All @@ -12,7 +12,7 @@
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.jquery.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.datasource.js"></script>

<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="rest-test.js"></script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/dataSource/schemas/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.jquery.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.datasource.js"></script>

<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="schemas-test.js"></script>

</head>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/dataSource/select databinding/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<title>Infragistics jQuery Data Source - select databinding QUnit tests </title>
<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />

<script type="text/javascript" src="../../../../node_modules/jquery/dist/jquery.js"></script>

<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>

<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.util.jquery.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/dataSource/sorting/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

<script type="text/javascript" src="../../../../node_modules/jquery-mockjax/dist/jquery.mockjax.js"></script>

<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>



Expand Down
4 changes: 2 additions & 2 deletions tests/unit/dataSource/transactions/tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<script type="text/javascript" src="../../../../src/js/modules/i18n/infragistics.datasource-en.js"></script>
<script type="text/javascript" src="../../../../src/js/modules/infragistics.datasource.js"></script>

<link type="text/css" href="../../../../node_modules/qunitjs/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunitjs/qunit/qunit.js"></script>
<link type="text/css" href="../../../../node_modules/qunit/qunit/qunit.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="../../../../node_modules/qunit/qunit/qunit.js"></script>
<script type="text/javascript" src="../../common/data/AdventureWorks.js"></script>
</head>
<body>
Expand Down
Loading
Loading