wrote some inital code

This commit is contained in:
Sergio Mendonça
2018-08-22 10:30:19 -03:00
parent d5b6225a90
commit a6a8012b39
3 changed files with 13 additions and 3 deletions

View File

@ -0,0 +1,7 @@
import { expect } from "chai";
describe("Table of Contents", () => {
it("should be true", () => {
expect(1).to.be.equal(1);
});
});