
Zodiac = require("../src/zodiac")

# TODO: modularize lib to test components, then do integration tests
# against examples that are shared with the playground.
# Require those from the examples dir.

        # "mount text tag cond loop dynamic component dom " +
        # "p a h1 div abbr pre frameset") # and so on...

describe "Templates", ->
  it "renders counter example", ->
    pending() # TODO: extract examples
