API

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
  1. Check Utils

Backlinks