a4p-bot/test/index.spec.ts

8 lines
149 B
TypeScript
Raw Permalink Normal View History

2024-05-12 01:15:42 -07:00
import { assert } from "chai";
suite("This is an example test", () => {
test("It uses the assert API", () => {
assert.isTrue(true);
});
});