client/annot-client/app/app_controller_test.js
author rougeronj
Thu, 22 Jan 2015 02:21:15 +0100
changeset 105 25ac8802c189
parent 80 dd414da0f0bb
permissions -rw-r--r--
Improve interface + Add horizontal pianoroll to annotsvizview

'use strict';

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