aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/lib/nots/test_utils/ya.make
blob: 44615574f61c5e5a2c7f3639d4c0619b735fb2c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBSCRIBER(g:frontend_build_platform)

PY3_LIBRARY()

STYLE_PYTHON()

PY_SRCS(
    ts_utils.py
)

PEERDIR(
    build/plugins/lib/nots/package_manager
    build/plugins/lib/nots/typescript
)

END()