We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8be612 commit 390ee14Copy full SHA for 390ee14
packages/angular/test/base/e2e/src/lazy/router-link.spec.ts
@@ -6,11 +6,6 @@ function escapeRegExp(string: string): string {
6
return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
7
}
8
9
-// Helper function to escape regex special characters
10
-function escapeRegExp(string: string): string {
11
- return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
12
-}
13
-
14
test.describe('Router Link', () => {
15
test.beforeEach(async ({ page }) => {
16
await page.goto('/lazy/router-link?ionic:_testing=true');
0 commit comments