UNPKG
youtube-embed-video
Version:
latest (1.2.1)
1.2.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Youtube embed video component
github.com/Tiendq/youtube-embed-video
Tiendq/youtube-embed-video
youtube-embed-video
/
jest.json
16 lines
(15 loc)
•
249 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"coverageThreshold"
:
{
"global"
:
{
"branches"
:
90
,
"functions"
:
90
,
"lines"
:
90
,
"statements"
:
-10
}
}
,
"collectCoverageFrom"
:
[
"src/youtube.js"
]
,
"testURL"
:
"http://localhost"
,
"verbose"
:
true
}