Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Node.js 20.x with renewing test loader and some codes (#1014)
* `npm install --save-dev @tsconfig/strictest @tsconfig/vite-react` * Update tsconfig with last tsconfig/base Needed to specify allowJs for vite-react and strictes conflicts * `npm uninstall @tsconfig/vite-react && npm install --save-dev @tsconfig/node18` * Consider nodejs builtin tests * `npm uninstall ts-node-test && npm install --save-dev glob` * `npm uninstall @tsconfig/strictest @tsconfig/node18 && npm install --save-dev @tsconfig/vite-react` * Use vite-react config instead of nodex * Use tsx instead of ts-node-test for test loader * `npm run eslint:fix` * Fix null/undefined/empty handling for env.VITE_COMMIT_REF * Update to Nodejs.20x * Suppress no-floating-promises in test codes
- Loading branch information