I'm a software engineer. I like to work in Angular, C#, or Typescript. I like arrow functions and JSDOC.
In my spare time, I do various volunteer work. I work with Coder Dojo and NgGirls. I also mentor new developers in the KCMO area.
I'm a software engineer. I like to work in Angular, C#, or Typescript. I like arrow functions and JSDOC.
In my spare time, I do various volunteer work. I work with Coder Dojo and NgGirls. I also mentor new developers in the KCMO area.
Web clock that displays literary quotes for user's system time.
# Setting up Unit Testing in Angular Using Jest
Angular does not have out-of-the-box support for Jest. As of version 17.2.3, Angular still ships with Karma (test runner) and Jasmine (testing library). We need to remove the built-in Karma/Jasmine setup and replace it with a Jest configuration.
## Removing Karma and Jasmine