mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:49:08 +08:00
16 lines
368 B
Plaintext
16 lines
368 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>QUnit Test Runner</title>
|
|
<%= stylesheet_link_tag "qunit" %>
|
|
<%= stylesheet_link_tag "test_helper" %>
|
|
<%= javascript_include_tag "qunit" %>
|
|
<%= javascript_include_tag "test_helper" %>
|
|
<%= csrf_meta_tags %>
|
|
</head>
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
</body>
|
|
</html>
|