Skip to content

Allow string-only target definition for sibling-level matches #46

@barnabyc

Description

@barnabyc

Currently to match:

          '/retention': {
            target: targets.menuRetentionRouteTarget,
            '/*': 'beforeAll',
            '/':  'index'
          },

one has to write it as:

          '/retention': {
            target: targets.menuRetentionRouteTarget,
            '/*': 'beforeAll',
            '/':  {
              target: targets.menuRetentionRouteTarget,
              '/': 'index'
            }
          },

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions