})
})
-describe('MatcherPatternPathCustom', () => {
+describe('MatcherPatternPathDynamic', () => {
it('single param', () => {
const pattern = new MatcherPatternPathDynamic(
/^\/teams\/([^/]+?)\/b$/i,
import { PATH_PARAM_PARSER_DEFAULTS } from './param-parsers'
import { PATH_PARAM_SINGLE_DEFAULT } from './param-parsers'
-describe('MatcherPatternPathCustomParams', () => {
+describe('MatcherPatternPathDynamic', () => {
it('can be generic', () => {
const matcher = new MatcherPatternPathDynamic(
/^\/users\/([^/]+)$/i,