798e8765b34e561109d9ac25c14fa5a8dbf1e2e8
[mkws-moved-to-github.git] / test / spec / mkws-true.js
1
2 describe("A suite", function() {
3   it("contains spec with an expectation", function() {
4     expect(true).toBe(true);
5   });
6 });