15

"We need more test coverage!"

it("should test that function") {
subject.function();

expect(true).toBe(true);
}

Coverage goes up 30%

"Awesome! Now we're TDD!"

Comments
Add Comment