client/annot-client/app/app_controller_test.js
author rougeronj
Thu, 16 Apr 2015 11:08:05 +0200
changeset 150 c8fe9606d967
parent 80 dd414da0f0bb
permissions -rw-r--r--
add temporary timeCode on doubleroll and copy change to server

'use strict';

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