briebug / jest-schematic

Angular schematic for adding Jest and the required files to an Angular CLI project
MIT License
322 stars 38 forks source link

Corrections to work with angular 13 #79

Closed patou closed 2 years ago

patou commented 2 years ago

fix #77 fix #76

Corrections of the schematic :

Ready to review

patou commented 2 years ago

@schuchard any update for this PR ?

patou commented 2 years ago

I publish the correction on a new package npm : https://www.npmjs.com/package/@patoudss/jest-schematic

Juste do :

ng add @patoudss/jest-schematic 
schuchard commented 2 years ago

@patou, apologies on the delayed response. I've reviewed the PR and it looks good. Would you mind rebasing now that I've merged some other PR's so that I can get this in and test it. Additionally, please retarget this PR for https://github.com/briebug/jest-schematic/tree/feat/support-ng-13.

Thank you

patou commented 2 years ago

@schuchard I rebase this branche to feat/support-ng-13