Remove the route but forgot to do it form tests.

pull/3534/head
Mitja Bezenšek 2024-04-19 18:03:00 +02:00
rodzic 601253bf16
commit 17eb6b9d15
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -111,7 +111,6 @@ test('all React routes match', () => {
test("non-react routes don't match", () => {
// lil smoke test for basic patterns
expect('/').toMatchAny(allvercelRouterPatterns)
expect('/new').toMatchAny(allvercelRouterPatterns)
expect('/r/whatever').toMatchAny(allvercelRouterPatterns)
expect('/r/whatever/').toMatchAny(allvercelRouterPatterns)