API
From Check Utils
Go to text ā
Various checking utilites
Examples
test("did the rabbit jump", async () => {
const someString = "the rabbit jumped"
// NOTE: don't forget this
await checkString(someString, "rabit");
})
Children
Backlinks