FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ember-cli-code-coverage/tests/index.html at master · jackdhall/ember-cli-code-coverage · GitHub
jackdhall
/
ember-cli-code-coverage
Public
forked from
ember-cli-code-coverage/ember-cli-code-coverage
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ember-cli-code-coverage
/
tests
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (29 loc) · 1017 Bytes
Breadcrumbs
ember-cli-code-coverage
/
tests
/
index.html
Copy path
File metadata and controls
34 lines (29 loc) · 1017 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html
>
<
html
>
<
head
>
<
meta
charset
="
utf-8
"
>
<
meta
http-equiv
="
X-UA-Compatible
"
content
="
IE=edge
"
>
<
title
>
Dummy Tests
</
title
>
<
meta
name
="
description
"
content
=""
>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1
"
>
{{content-for "head"}}
{{content-for "test-head"}}
<
link
rel
="
stylesheet
"
href
="
assets/vendor.css
"
>
<
link
rel
="
stylesheet
"
href
="
assets/dummy.css
"
>
<
link
rel
="
stylesheet
"
href
="
assets/test-support.css
"
>
{{content-for "head-footer"}}
{{content-for "test-head-footer"}}
</
head
>
<
body
>
{{content-for "body"}}
{{content-for "test-body"}}
<
script
src
="
testem.js
"
integrity
=""
>
</
script
>
<
script
src
="
assets/vendor.js
"
>
</
script
>
<
script
src
="
assets/test-support.js
"
>
</
script
>
<
script
src
="
assets/dummy.js
"
>
</
script
>
<
script
src
="
assets/tests.js
"
>
</
script
>
<
script
src
="
assets/test-loader.js
"
>
</
script
>
{{content-for "body-footer"}}
{{content-for "test-body-footer"}}
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL