From 67e7a14cd2fd0f6b25f06bd3720605417fdc661f Mon Sep 17 00:00:00 2001 From: ywu342 Date: Wed, 29 Mar 2017 16:06:07 -0400 Subject: [PATCH] Add a new test --- js/book.controller.spec.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/book.controller.spec.js b/js/book.controller.spec.js index d1c3ad5..08eb8a1 100644 --- a/js/book.controller.spec.js +++ b/js/book.controller.spec.js @@ -14,6 +14,9 @@ describe('Book controller', function() { it('has a dummy spec to test 3 + 2', function() { expect(3+2).toEqual(5); }); + it('has a dummy spec to test 3 + 3', function() { + expect(3+3).toEqual(12); + }); describe('$scope.name', function() { it('names the controller', function() {