client/app/components/app_service_test.js
author nowmad@23.1.168.192.in-addr.arpa
Wed, 02 Dec 2015 18:07:42 +0100
changeset 197 8b87432acffc
parent 0 cef349423167
permissions -rw-r--r--
Update search to match the new response from exalead

'use strict';

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