aboutsummaryrefslogtreecommitdiffstats
path: root/test/karma.debug.html
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2022-08-29 17:44:10 +0200
committerGitHub <noreply@github.com>2022-08-29 17:44:10 +0200
commit8cf39b78e6c36b360dd81268a7f84fb4ca218e15 (patch)
tree3f89e89b97921e0ecf0bcc6c2f9236789c0b089e /test/karma.debug.html
parent016872ffe03ab9107b1bc62fae674a4809c3b23f (diff)
downloadjquery-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.html2
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">