index.html #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • safe-json-parse/
  • test/
  • static/
  • index.html
  • View
  • Commits
  • Open Download .zip Download (214 B)
<!doctype html>
<html>
<head>
    <title>TAPE Example</title>
    <script src="/testem.js"></script>
    <script src="test-adapter.js"></script>
    <script src="bundle.js"></script>
</head>
<body>
</body>
</html>
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command