From: Eduardo San Martin Morote Date: Tue, 27 Dec 2022 14:22:14 +0000 (+0100) Subject: test: fix X-Git-Tag: v4.2.0~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fa2c9a14c5e4c58fd7384c212c907d85db1c2cc;p=thirdparty%2Fvuejs%2Frouter.git test: fix --- diff --git a/packages/router/__tests__/warnings.spec.ts b/packages/router/__tests__/warnings.spec.ts index 0ed5c599..f7be9623 100644 --- a/packages/router/__tests__/warnings.spec.ts +++ b/packages/router/__tests__/warnings.spec.ts @@ -266,7 +266,7 @@ describe('warnings', () => { await router.push('/b').catch(() => {}) expect( - 'Detected an infinite redirection in a navigation guard when going from "/" to "/b"' + 'Detected a possibly infinite redirection in a navigation guard when going from "/" to "/b"' ).toHaveBeenWarned() })