]> source.dussan.org Git - jquery-ui.git/commit
Tests: replace grunt-contrib-qunit with jQuery test runner
authorTimmy Willison <timmywil@users.noreply.github.com>
Fri, 29 Mar 2024 13:13:46 +0000 (09:13 -0400)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 13:13:46 +0000 (09:13 -0400)
commit91df20be6b488ac6cf4da291d7ee3aa5d6feac73
tree56b5c4f8b96a8323e3a6ce9c02c3e84c85a9d6d5
parent802642c37323d5fc05bfa4cee90a900953f9a98d
Tests: replace grunt-contrib-qunit with jQuery test runner

- add filestash workflow

Close gh-2221
34 files changed:
.editorconfig
.github/workflows/filestash.yml [new file with mode: 0644]
.github/workflows/node.js.yml [new file with mode: 0644]
.github/workflows/test.yml [deleted file]
.npmrc [new file with mode: 0644]
CONTRIBUTING.md
Gruntfile.js
README.md
bower.json
external/jquery-3.7.1/LICENSE.txt [new file with mode: 0644]
external/jquery-3.7.1/jquery.js [new file with mode: 0644]
package.json
tests/index.html
tests/lib/bootstrap.js
tests/lib/qunit.js
tests/runner/.eslintrc.json [new file with mode: 0644]
tests/runner/browsers.js [new file with mode: 0644]
tests/runner/command.js [new file with mode: 0644]
tests/runner/createTestServer.js [new file with mode: 0644]
tests/runner/jquery.js [new file with mode: 0644]
tests/runner/lib/buildTestUrl.js [new file with mode: 0644]
tests/runner/lib/generateHash.js [new file with mode: 0644]
tests/runner/lib/getBrowserString.js [new file with mode: 0644]
tests/runner/lib/prettyMs.js [new file with mode: 0644]
tests/runner/listeners.js [new file with mode: 0644]
tests/runner/package.json [new file with mode: 0644]
tests/runner/reporter.js [new file with mode: 0644]
tests/runner/run.js [new file with mode: 0644]
tests/runner/selenium/browsers.js [new file with mode: 0644]
tests/runner/selenium/createDriver.js [new file with mode: 0644]
tests/runner/selenium/queue.js [new file with mode: 0644]
tests/runner/server.js [new file with mode: 0644]
tests/runner/suites.js [new file with mode: 0644]
tests/unit/subsuite.js