client/annot-client/app/app_controller_test.js
author rougeronj
Thu, 16 Apr 2015 12:15:33 +0200
changeset 153 60bd2b36b9dc
parent 80 dd414da0f0bb
permissions -rw-r--r--
put showTime as an option and add it to static pianoroll template on server

'use strict';

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