Files
Modernizr/test/browser/unit.pug
2019-05-15 15:04:11 +02:00

23 lines
735 B
Plaintext

doctype html
html
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
title Cow tests
link(rel='stylesheet', media='all', href='../node_modules/mocha/mocha.css')
body
#mocha
#messages
#fixtures
script(src='../node_modules/json3/lib/json3.min.js')
script(src='../node_modules/jquery/dist/jquery.min.js')
script(src='../node_modules/lodash/lodash.js')
script(src='../node_modules/requirejs/require.js')
script(src='../node_modules/mocha/mocha.js')
script.
mocha.setup('bdd').timeout(20000);
each test in browserTests
script(src='../'+test)
script(src='../node_modules/expect.js/index.js')
script(src="../test/browser/setup.js")