Skip to main content

Brian Wang

Blogs from this Author

Set karma configuration with Angular 2.0

When we use webpack as our packaging tool, we can use karma as our test environment, so that our project more flexible and convenient. Enjoy learning karma and webpack. Karma: Introduction: Karma is a simple tool that allows you to execute JavaScript code in multiple real browsers. Purpose: The main purpose of karma is to […]