UNPKG
@theia-extension-tester/tests
Version:
latest (0.1.2)
0.1.2
0.1.0
Tests for theia-extension-tester package.
@theia-extension-tester/tests
/
out
/
tests
/
utils
/
File.d.ts
5 lines
(4 loc)
•
274 B
TypeScript
View Raw
1
2
3
4
5
import
{
IDefaultTreeSection
}
from
"@theia-extension-tester/page-objects"
;
export
declare
function
getExplorerSection
(
):
Promise
<
IDefaultTreeSection
>;
export
declare
function
deleteFiles
(
...
files
:
string
[]
):
Promise
<
void
>;
export
declare
function
getProjectPath
(
):
string
;