client/app/slideshow/slideshow_controller_test.js
author rougeronj
Thu, 11 Jun 2015 12:35:10 +0200
changeset 166 eb84ca2b6317
parent 0 cef349423167
permissions -rw-r--r--
show all books (even those created from scratch) in books.html

'use strict';

describe("slideshow_controller_test", function(){
    it("should assert something",function(){
        expect(true).toBe(true);
    })
})