UNPKG
chronos-js
Version:
latest (0.5.5)
0.5.5
0.5.4
0.4.4
0.4.3
A JavaScript timer with simple and convenient API
github.com/happyCoda/chronos
happyCoda/chronos
chronos-js
/
test
/
SpecRunner.html
12 lines
•
299 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Root Test Runner
</
title
>
<
link
rel
=
"favicon"
href
=
"lib/jasmine_favicon.png"
>
<
link
rel
=
"stylesheet"
href
=
"lib/jasmine.css"
>
<
script
data-main
=
"config"
src
=
"require.js"
>
</
script
>
</
head
>
<
body
>
<
h1
>
Root Spec Runner
</
h1
>
</
body
>
</
html
>