Engine Test Utils
Used in testing the dendron monorepo. This contains the test for all packages except plugin-core
and NextJS applications
From API
Go to text ā
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");
})
Index
Children
Backlinks