client/annot-client/app/app_controller_test.js
author rougeronj
Wed, 21 Jan 2015 20:16:31 +0100
changeset 103 123a611c7903
parent 80 dd414da0f0bb
permissions -rw-r--r--
minor update of options and add annotsvizview

'use strict';

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