try/catch mkws fatal errors, and keep the error message in a variable
[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 });