Skip to content

Template for Angular with Jasmine & Jest (as you wish) that runs on Codesandbox.io

Notifications You must be signed in to change notification settings

wishtack/codesandbox-angular-testing

Repository files navigation

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.

About

Template for Angular with Jasmine & Jest (as you wish) that runs on Codesandbox.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published