Files

5 lines
137 B
TypeScript

describe("exampleTest", () => {
it("this is a dummy test demonstrating unit testing", () =>
expect("hello").toEqual("hello"));
});