This project shows how to do tests with Typescript and the framework Jasmine inside an Angular project.
Run 'npm init', this will create the files for the packages
Run 'npm i --save-dev typescript jasmine @types/jasmine', notice : --save-dev is for a local repository access and -g is for a general repository access. Make sure to install all the dependencies for the framework to be functionnal
Run 'npx tsc -- init', this will create the files for tsconfig
Run 'npx jasmine init'
Run 'npm run build' Run 'ng build' as well whether it is a angular project
Run 'jasmine [filename.spec.mjs]' from the build respository