client/annot-client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Fri, 16 Jan 2015 03:16:19 +0100
changeset 93 79ae42ad97d4
parent 80 dd414da0f0bb
permissions -rw-r--r--
optimize and refactor pianoroll component

'use strict';

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