kyle-n / test-demo

A quick Angular project demonstrating test dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jokebot 9000

This project provides sample code to go along with a blog post. It has three branches, which you can switch between at the top of this page.

  • main: Unit testing a component when not using shallow rendering, but with few dependencies
  • with-api: Unit testing a component when not using shallow rendering, but with dependencies
  • with-stubs: Unit testing a component using shallow rendering, with dependencies

About

A quick Angular project demonstrating test dependencies

License:GNU General Public License v3.0


Languages

Language:TypeScript 80.2%Language:JavaScript 15.4%Language:HTML 3.2%Language:CSS 1.2%