I added a debian/README.Debian (next release). Here is the content
(comments/English-fixes welcome):
# USING JEST IN DEBIAN PACKAGING
Changes added to jest package in default configuration:
* jest package excludes .pc/ directory to avoid problems when
upstream tests are patched
(default va
Le 09/11/2020 à 12:27, Xavier a écrit :
> Hi,
>
> jest seems ready (all my test passed), but be careful when using it: if
> you embed some components, jest will try to launch their tests even if
> they are not for it. To avoid this, specify a path. Eg: `jest test/`.
>
> Cheers,
> Xavier
>
> PS:
Hi,
jest seems ready (all my test passed), but be careful when using it: if
you embed some components, jest will try to launch their tests even if
they are not for it. To avoid this, specify a path. Eg: `jest test/`.
Cheers,
Xavier
PS: big thanks to Ftpmasters to have accept so quickly the depen