Skip to content

Commit 8cf39b7

Browse files
authored
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
1 parent 016872f commit 8cf39b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/karma.debug.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>DEBUG</title>
66
<meta charset="utf-8">
77
<!-- Karma serves this page from /context.html. Other files are served from /base -->
8-
<link rel="stylesheet" href="/base/external/qunit/qunit/qunit.css" />
8+
<link rel="stylesheet" href="/base/external/qunit/qunit.css" />
99
<link rel="stylesheet" href="/base/test/data/testsuite.css" />
1010
</head>
1111
<body id="body">

0 commit comments

Comments
 (0)