client/annot-client/app/app_controller_test.js
author rougeronj
Tue, 20 Jan 2015 18:38:18 +0100
changeset 101 7e902dc550c5
parent 80 dd414da0f0bb
permissions -rw-r--r--
add stageView and annotstimeline

'use strict';

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