wrote some inital code
This commit is contained in:
7
src/file/table-of-contents/table-of-contents.spec.ts
Normal file
7
src/file/table-of-contents/table-of-contents.spec.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { expect } from "chai";
|
||||
|
||||
describe("Table of Contents", () => {
|
||||
it("should be true", () => {
|
||||
expect(1).to.be.equal(1);
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user