diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-08-29 17:44:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 17:44:10 +0200 |
commit | 8cf39b78e6c36b360dd81268a7f84fb4ca218e15 (patch) | |
tree | 3f89e89b97921e0ecf0bcc6c2f9236789c0b089e /test/karma.debug.html | |
parent | 016872ffe03ab9107b1bc62fae674a4809c3b23f (diff) | |
download | jquery-8cf39b78e6c36b360dd81268a7f84fb4ca218e15.tar.gz jquery-8cf39b78e6c36b360dd81268a7f84fb4ca218e15.zip |
Tests: Fix the link to QUnit CSS file
Without this fix, the layout is fine during the test run but all the CSS is gone
when tests finish and the results are shown.
This affects commands like `grunt karma:chrome-debug`.
Closes gh-5090
Diffstat (limited to 'test/karma.debug.html')
-rw-r--r-- | test/karma.debug.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/karma.debug.html b/test/karma.debug.html index 9eb6c9885..8a95a3f51 100644 --- a/test/karma.debug.html +++ b/test/karma.debug.html @@ -5,7 +5,7 @@ <title>DEBUG</title> <meta charset="utf-8"> <!-- Karma serves this page from /context.html. Other files are served from /base --> - <link rel="stylesheet" href="/base/external/qunit/qunit/qunit.css" /> + <link rel="stylesheet" href="/base/external/qunit/qunit.css" /> <link rel="stylesheet" href="/base/test/data/testsuite.css" /> </head> <body id="body"> |