witq/endoscope

View on GitHub
lib/middleware/__snapshots__/express.spec.js.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`expressDecorator should decorate the express instance 1`] = `
Array [
  Array [
    "/healthz/:level?",
    [Function],
  ],
]
`;

exports[`expressDecorator should respect the prefix option 1`] = `
Array [
  Array [
    "/:level?",
    [Function],
  ],
]
`;