8 lines
149 B
TypeScript
8 lines
149 B
TypeScript
![]() |
import { expect } from "chai";
|
||
|
|
||
|
describe("Table of Contents", () => {
|
||
|
it("should be true", () => {
|
||
|
expect(1).to.be.equal(1);
|
||
|
});
|
||
|
});
|