]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
test: update snapshots
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 7 Apr 2020 11:58:19 +0000 (13:58 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 7 Apr 2020 11:58:19 +0000 (13:58 +0200)
__tests__/matcher/__snapshots__/resolve.spec.ts.snap

index c9324fbe1dfdd24287f81edd36e1a7556c33e23c..d2ffdb9c23bbbd90961458c41f22e8e316180b22 100644 (file)
@@ -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