client/app/books/books_controller_test.js
author ymh <ymh.work@gmail.com>
Wed, 08 Jan 2020 17:49:53 +0100
changeset 205 147583c43f0d
parent 24 21ecbde9e080
permissions -rw-r--r--
add poetry on sync
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24
21ecbde9e080 add books controller to handle list of books
rougeronj
parents:
diff changeset
     1
'use strict';
21ecbde9e080 add books controller to handle list of books
rougeronj
parents:
diff changeset
     2
21ecbde9e080 add books controller to handle list of books
rougeronj
parents:
diff changeset
     3
describe("books_controller_test", function(){
21ecbde9e080 add books controller to handle list of books
rougeronj
parents:
diff changeset
     4
    it("should assert something",function(){
21ecbde9e080 add books controller to handle list of books
rougeronj
parents:
diff changeset
     5
        expect(true).toBe(true);
21ecbde9e080 add books controller to handle list of books
rougeronj
parents:
diff changeset
     6
    })
21ecbde9e080 add books controller to handle list of books
rougeronj
parents:
diff changeset
     7
})