You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
478 B
13 lines
478 B
if (window.location.search.indexOf("?test") !== -1) { |
|
document.write( |
|
'<div id="qunit"></div>' + |
|
'<div id="qunit-fixture"></div>' + |
|
'<div id="ember-testing-container">' + |
|
' <div id="ember-testing"></div>' + |
|
'</div>' + |
|
'<link rel="stylesheet" href="tests/runner.css">' + |
|
'<link rel="stylesheet" href="tests/vendor/qunit-1.12.0.css">' + |
|
'<script src="tests/vendor/qunit-1.12.0.js"></script>' + |
|
'<script src="tests/tests.js"></script>' |
|
) |
|
}
|
|
|