client/app/my_visit/my_visit_controller_test.js
author ymh <ymh.work@gmail.com>
Wed, 08 Jan 2020 17:49:53 +0100
changeset 205 147583c43f0d
parent 91 f7a844a9079e
permissions -rw-r--r--
add poetry on sync
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
91
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     1
'use strict';
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     2
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     3
describe("mavisite_controller_test", function(){
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     4
    it("should assert something",function(){
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     5
        expect(true).toBe(true);
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     6
    })
f7a844a9079e merge the changes of Camille
rougeronj
parents:
diff changeset
     7
})