Skip to content

Commit 390ee14

Browse files
committed
revert
1 parent c8be612 commit 390ee14

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/angular/test/base/e2e/src/lazy/router-link.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ function escapeRegExp(string: string): string {
66
return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
77
}
88

9-
// Helper function to escape regex special characters
10-
function escapeRegExp(string: string): string {
11-
return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
12-
}
13-
149
test.describe('Router Link', () => {
1510
test.beforeEach(async ({ page }) => {
1611
await page.goto('/lazy/router-link?ionic:_testing=true');

0 commit comments

Comments
 (0)