Sha256: 2d3ab9f2a97e76a11d1d8c857f8c63c86c1f8ea47c9f2d5e1788284acf71f16f
Contents?: true
Size: 1.25 KB
Versions: 9
Compression:
Stored size: 1.25 KB
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title><%= namespace %> Tests</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="assets/qunit.css"> <style> #ember-testing-container { position: absolute; background: white; bottom: 0; right: 0; width: 640px; height: 384px; overflow: auto; z-index: 9999; border: 1px solid #ccc; } #ember-testing { zoom: 50%; } </style> <%%= javascript_include_tag "/application.js" %> <%%= javascript_include_tag "/tests.js" %> <script src="/qunit/qunit/qunit.js"></script> <script src="/ember-qunit/dist/named-amd/main.js"></script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="assets/qunit.js"></script> <script src="assets/application.js"></script> <script src="assets/tests.js"></script> <script> window.ENV = <%%= Embork.env %>; require('<%= namespace %>/tests/test-helper'); require('<%= namespace %>/tests/test-loader'); </script> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems