mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-01-09 15:47:55 -05:00
23 lines
735 B
Plaintext
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")
|