Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jest Setup and Definition of Unit Tests (tinglesoftware#445)
* chore: install jest and other packages for unit tests * chore: uninstall unused ts-node package * fix: properly define jst config * test: add unit tests for extractOrganization util function * test: add unit tests for extractHostname util function * test: add unit tests for extractVirtualDirectory util function * chore: add action to run unit tests in build pipeline * chore: ignore jest files when doing typescript compilation * chore: create separate action to move node_modules folder in build pipeline * chore: add separate action to install npm packages in build pipeline * chore: use Node version 16 in build pipeline * chore: revert to Node 18 in build pipeline * chore: install ts-node dev dependency * chore: remove package-lock.json from gitignore * Revert "chore: install ts-node dev dependency" This reverts commit 01d15ae. Co-authored-by: Elijah Kimani <[email protected]>
- Loading branch information