client/annot-client/app/app_controller_test.js
author rougeronj
Thu, 22 Jan 2015 16:16:54 +0100
changeset 123 d8ef840eaf68
parent 80 dd414da0f0bb
permissions -rw-r--r--
get the correct json category depending on the timestamp

'use strict';

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