Skip to content

Commit

Permalink
WICKET-7072 Move back the JS tests to wicket-core/src/test/js
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Sep 25, 2023
1 parent 39be9a9 commit d6897c4
Show file tree
Hide file tree
Showing 34 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion testing/wicket-js-tests/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = function(grunt) {
server: {
options: {
port: 38887,
// debug: true,
debug: true,
middleware: function(connect, options, middlewares) {
middlewares.unshift(function(req, res, next) {
if (req.url.indexOf('submitNestedForm') > 0) {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@

document.write("<scr"+"ipt src='../../main/java/org/apache/wicket/resource/jquery/jquery-"+version+".js'></scr"+"ipt>");
</script>
<!--<script src="https://code.jquery.com/jquery-migrate-3.0.0.js"></script>-->
<script src="../../main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js"></script>
<script type="text/javascript" src="qunit/qunit.js"></script>
<script type="text/javascript" src="qunit/jquery.mockjax.js"></script>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d6897c4

Please sign in to comment.