UNPKG
e1c-test-tools
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Набор инструментов для тестирования (предварительная версия)
cinex-ru/e1c-test-tools
e1c-test-tools
/
dist
/
e1c-test-tools
/
test-tools
/
lib
/
mock-utils
/
mock-generation.d.ts
4 lines
(3 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
import
RepoDispatcher
from
'e1c-repo-tools/dist/E1cDispatcher'
;
export
declare
const
getRootSrcFiles
:
(
dispatcher
:
RepoDispatcher
) =>
Promise
<
string
[]>;
export
declare
const
generateMockedExternalBinFile
:
(
pathToExternalBinFile
:
string
) =>
Promise
<
void
>;