document not tested translation
[mkws-moved-to-github.git] / test / spec / true.spec.js
1 /* Copyright (c) 2013 Index Data ApS. http://indexdata.com
2  *
3  * dummy test
4  *
5  */
6 describe("A suite", function () {
7     it("contains spec with an expectation", function () {
8         expect(true).toBe(true);
9     });
10 });