Untitled
unknown
plain_text
a year ago
160 B
12
Indexable
describe("Sample test", () => {
it("passes", () => {
expect(true).to.equal(true);
});
it("fails", () => {
expect(true).to.equal(false);
});
});Editor is loading...
Leave a Comment