We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Please write a test of every file you make and suffix it with .spec.ts.
.spec.ts
Here is a template of a test:
import { assert } from "chai"; describe("ClassName", () => { beforeEach(() => { // TODO }); describe("#methodName()", () => { it("should ", () => { // TODO }); }); });