File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Renovation
1+ name : Jest tests
22
33concurrency :
44 group : wf-${{github.event.pull_request.number || github.sha}}-${{github.workflow}}
5353 working-directory : ./packages/devextreme
5454 run : pnpm exec gulp localization
5555
56+ - name : Check test types
57+ run : pnpm exec nx check-types devextreme
58+
5659 - name : Jest tests
5760 run : pnpm exec nx test-jest devextreme
5861
Original file line number Diff line number Diff line change 240240 "update-ts-bundle" : " dx-tools generate-ts-bundle --sources ./js --output-path ./ts/dx.all.d.ts" ,
241241 "regenerate" : " pnpm run update-ts-bundle && pnpm run update-ts-reexports" ,
242242 "validate-ts" : " gulp validate-ts" ,
243+ "check-types" : " tsc --noEmit -p js/__internal/tsconfig.json" ,
243244 "validate-declarations" : " dx-tools validate-declarations --sources ./js --exclude \" js/(renovation|__internal|.eslintrc.js)\" --compiler-options \" { \\\" typeRoots\\\" : [] }\" " ,
244245 "testcafe-in-docker" : " docker build -f ./testing/testcafe/docker/Dockerfile -t testcafe-testing . && docker run -it testcafe-testing" ,
245246 "dev:playground" : " vite" ,
You can’t perform that action at this time.
0 commit comments