client/annot-client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Mon, 19 Jan 2015 13:31:28 +0100
changeset 95 806739a26858
parent 80 dd414da0f0bb
permissions -rw-r--r--
add vertical version for pianoroll

'use strict';

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