You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/prefix-groups.test.ts
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -162,8 +162,7 @@ describe('Prefix Groups test', () => {
162
162
}))
163
163
})
164
164
165
-
// todo: case that we don't support due to shifting to the new changelog calculation approach which involves comparison of the entire docs instead of the operation vs operation comparison
166
-
test.skip('should compare prefix groups /api/{group} when prefix is overridden in path',async()=>{
165
+
test('should compare prefix groups /api/{group} when prefix is overridden in path',async()=>{
0 commit comments