client/annot-client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Thu, 08 Jan 2015 19:15:59 +0100
changeset 80 dd414da0f0bb
parent 1 client/app/app_controller_test.js@1cdebfeb77f9
permissions -rw-r--r--
move clent to annot-client subfolder

'use strict';

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