ember-material-icons
Version:
Google Material icons for your ember-cli app
19 lines (18 loc) • 561 B
HTML
<html>
<head>
<meta charset="UTF-8">
<title>QUnit Notification Test Suite</title>
<link rel="stylesheet" href="../bower_components/qunit/qunit/qunit.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="../bower_components/qunit/qunit/qunit.js"></script>
<script src="qunit-helpers.js"></script>
<script src="requirements.test.js"></script>
<script src="not-supported.test.js"></script>
<script src="notifications.test.js"></script>
<script src="toolbar.test.js"></script>
</body>
</html>