Skip to content

Commit 4587337

Browse files
authored
Merge 505bccf into e1ae0eb
2 parents e1ae0eb + 505bccf commit 4587337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/router/common.case.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ export const runTest = ({
777777
describe('Capture Group', () => {
778778
describe('Simple capturing group', () => {
779779
beforeEach(() => {
780-
router.add('get', '/foo/:capture{(?:bar|baz)}', 'ok')
780+
router.add('get', '/foo/:capture{(bar|baz)}', 'ok')
781781
})
782782

783783
it('GET /foo/bar', () => {

0 commit comments

Comments
 (0)