Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 722 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 722 Bytes

CodesandboxAngularTesting

This is a template for codesandbox, you can fork it here: https://codesandbox.io/s/github/wishtack/codesandbox-angular-testing/tree/master/

Codesandbox Angular Testing

Run Karma

yarn test

Run Jest

yarn jest

Known issues

🐞 There are some memory limitations on codesandbox that can make karma crash. If you want to use karma and you don't need to run the app simultaneously, then you can simply replace "start": "ng serve..." by "start": "ng test". Codesandbox will run karma instead of the app which will reduce memory usage.