Engine Test Utils

Used in testing the dendron monorepo. This contains the test for all packages except plugin-core and NextJS applications

Various checking utilites

Examples


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

Index


Children
  1. API
  2. Cook
  3. Lifecycle
  4. Qa
  5. Ref

Backlinks