SYNC: test for parseName + fix

This commit is contained in:
SPRINX0\prochazka
2025-03-28 15:42:14 +01:00
committed by Diflow
parent d3d97b5924
commit 0dd0125e9f
5 changed files with 39 additions and 4 deletions

View File

@@ -43,6 +43,12 @@ jobs:
cd packages/datalib
yarn test:ci
- name: Tools tests
if: always()
run: |
cd packages/tools
yarn test:ci
- uses: tanmen/jest-reporter@v1
if: always()
with: