Engine Hooks

Summary

Goes over various Engine Testing hooks

  • file: engine-test-utils/src/presets/engine-server/utils.ts

setupBasic

  • vault1:
    • foo foo
    • foo.ch1
  • vault2:
    • bar

Common

  • file: src/presets/notes.ts

NOTE_SIMPLE

CreateNoteFactory({ fname: "foo", body: "foo body" })

NOTE_SIMPLE_CHILD

CreateNoteFactory({ fname: "foo.ch1", body: "foo.ch1 body", }),


Footnotes

  1. NOTE_SIMPLE˄


Backlinks