client/annot-client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Fri, 23 Jan 2015 00:41:35 +0100
changeset 125 f9dd7bfed997
parent 80 dd414da0f0bb
permissions -rw-r--r--
introduce moment.js to correctly show the time

'use strict';

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