Skip to content

Instantly share code, notes, and snippets.

@Granze
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Granze/5ece85372afd3c721050 to your computer and use it in GitHub Desktop.
Save Granze/5ece85372afd3c721050 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<script src="../../webcomponentsjs/webcomponents.min.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../test-fixture/test-fixture-mocha.js"></script>
<link rel="import" href="../flip-clock.html">
<link rel="import" href="../../test-fixture/test-fixture.html">
</head>
<body>
<test-fixture id="clock">
<template>
<flip-clock></flip-clock>
</template>
</test-fixture>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment