UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

69 lines (57 loc) 1.18 kB
<!doctype html> <html> <head> <title></title> <script src="../node_modules/v8-promise/v8-promise.js"></script> <script src="../zen-observable.js"></script> <script src="../node_modules/es-observable-tests/es-observable-tests.js"></script> <script> window.onload = function() { ObservableTests.runTests(Observable) }; </script> <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'> <style> h1 { font-family: "Arial", sans-serif; font-size: 26px; } h2, h3, h4 { font-family: "Arial", sans-serif; } html { margin: 0; padding: 0; } body { font-family: "Raleway", "Arial", sans-serif; font-size: 15px; line-height: 1.7em; padding: 10px 30px 30px 30px; } div.pass span.status { color: green; font-weight: bold; } div.fail { color: red; } div.fail span.status { font-weight: bold; } p.comment { color: #999; font-style: italic; } h3 { padding-left: 10px; } div.pass, div.fail { padding-left: 25px; } </style> </head> <body> <h1>ES Observable Unit Tests</h1> <div id="moon-unit"> </div> </body> </html>