Skip to content

Miscellaneous

Miscellaneous

  • announce() — Outputs a custom message during migration execution. This is useful for logging progress or providing context when multi
  • assert() — Asserts that an expression evaluates to true in a test. If the expression evaluates to false, the test will fail and an
  • fail() — Forces a test to fail intentionally. You can call fail() inside a test when you want to stop execution and explicitly ma
  • getRoutes() — Returns all the routes that have been defined in the application via the mapper() function. It provides a programmatic w