Unit testing with Jasmine & Karma
Good Unit Test
Jasmine functions
describe()
beforeEach()
it()
expect()
toBe()
toContain()
toBeDefined()
Karma
Isolated vs Integrated Tests