Files
side-by-side/source/documents/tests.html.jade
T
Vit Brunner 9ecb98a2f1 How the time flies...
Upgrade all packages!
2014-09-20 13:31:01 +02:00

21 lines
606 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="//cdnjs.cloudflare.com/ajax/libs/qunit/1.11.0/qunit.css")
script(src="//cdnjs.cloudflare.com/ajax/libs/qunit/1.11.0/qunit.js")
script(src="tests/_setup.js")
script(src="tests/services/reader/_factory.js")
script(src="tests/services/reader/_abstract.js")
script(src="tests/services/reader/markdown.js")
script(src="tests/services/reader/json.js")
script(src="tests/services/transformer.js")
body
div(id="qunit")