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