Seaal / Pug

A Client for Jedi Knight Academy pick up games
GNU Affero General Public License v3.0
2 stars 0 forks source link

Refactor component tests to not use TestBed #34

Open Seaal opened 6 years ago

Seaal commented 6 years ago

TestBed is unnecessarily slow and there isn't any point if component html is not also being tested. Better to just use vanilla Jasmine + Spies to test the component file.