client/annot-client/app/app_controller_test.js
author rougeronj
Thu, 22 Jan 2015 10:30:36 +0100
changeset 114 9fcb0e0991ed
parent 80 dd414da0f0bb
permissions -rw-r--r--
Add 1 hour to annot timsetamp to catch up the current time

'use strict';

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