client/app/auth/auth_controller_test.js
author nowmad@23.1.168.192.in-addr.arpa
Wed, 02 Dec 2015 19:34:24 +0100
changeset 200 bc05d9adeef8
parent 60 7d624c1013a3
permissions -rw-r--r--
fix error when accessing to json keys (and remove unused import)

'use strict';

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