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">

10 lines (8 loc) 243 B
import { TestRunner } from "moon-unit"; new TestRunner().run({ "Symbol.observable is polyfilled" (test) { Symbol.observable = undefined; require("../zen-observable.js"); test.equals(typeof Symbol.observable, "symbol"); }, });