Files
side-by-side/source/documents/tests.html.jade
T
2014-10-22 21:48:44 +02:00

21 lines
561 B
Plaintext

doctype html
html
head
title Side By Side test suite
meta(charset="utf-8")
include _scripts.html.jade
// test scripts
link(rel="stylesheet", type="text/css", href="bower_components/qunit/qunit/qunit.css")
script(src="bower_components/qunit/qunit/qunit.js")
script(src="tests/_setup.js")
script(src="tests/services/reader/_factory.js")
script(src="tests/services/reader/markdown.js")
script(src="tests/services/reader/json.js")
script(src="tests/services/transformer.js")
script(src="tests/services/poems.js")
body
div(id="qunit")