From: Eduardo San Martin Morote Date: Tue, 7 Apr 2020 11:58:19 +0000 (+0200) Subject: test: update snapshots X-Git-Tag: v4.0.0-alpha.5~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b3bcdc55986c0793655bd91cccadc76e028afb3;p=thirdparty%2Fvuejs%2Frouter.git test: update snapshots --- diff --git a/__tests__/matcher/__snapshots__/resolve.spec.ts.snap b/__tests__/matcher/__snapshots__/resolve.spec.ts.snap index c9324fbe..d2ffdb9c 100644 --- a/__tests__/matcher/__snapshots__/resolve.spec.ts.snap +++ b/__tests__/matcher/__snapshots__/resolve.spec.ts.snap @@ -1,11 +1,11 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`Router Matcher resolve LocationAsName throws if the named route does not exists 1`] = ` +exports[`RouterMatcher.resolve LocationAsName throws if the named route does not exists 1`] = ` [Error: No match for {"name":"Home"}] `; -exports[`Router Matcher resolve LocationAsRelative throws if the current named route does not exists 1`] = ` +exports[`RouterMatcher.resolve LocationAsRelative throws if the current named route does not exists 1`] = ` [Error: No match for {"params":{"a":"foo"}} while being at