<!doctype html>
<html>
<head>
<title>Test'em</title>
<script src="//code.jquery.com/qunit/qunit-1.20.0.js"></script>
<script src="/testem.js"></script>
{{#scripts}}<script src="{{{src}}}"{{#attrs}} {{&.}}{{/attrs}}></script>{{/scripts}}
<link rel="stylesheet" href="//code.jquery.com/qunit/qunit-1.20.0.css"/>
{{#styles}}<link rel="stylesheet" href="{{.}}">{{/styles}}
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
</body>
</html>
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|