push
github
3028 of 4901 branches covered (61.78%)
Branch coverage included in aggregate %.
1 of 1 new or added line in 1 file covered. (100.0%)
648 existing lines in 41 files now uncovered.6480 of 7488 relevant lines covered (86.54%)
202.45 hits per line
1 |
/*
|
1✔ |
2 |
* Copyright (c) 2015 NAVER Corp. |
|
3 |
* egjs projects are licensed under the MIT license |
|
4 |
*/ |
2✔ |
5 |
import Panel, { PanelOptions } from "./Panel";
|
|
UNCOV
6
|
import VirtualPanel from "./VirtualPanel";
|
|
UNCOV
7
|
|
× |
8 |
export * from "./provider"; |
|
9 |
|
|
10 |
export {
|
|
11 |
Panel, |
|
12 |
VirtualPanel |
|
13 |
}; |
|
14 |
|
|
15 |
export type {
|
1✔ |
16 |
PanelOptions |
1✔ |
17 |
}; |