From 4e899a8574570766ec64bc45cf686c94959566a5 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 4 May 2019 15:41:57 +0200 Subject: [PATCH] chore: update snapshot --- test/unit/components/__snapshots__/packagelist.spec.js.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/components/__snapshots__/packagelist.spec.js.snap b/test/unit/components/__snapshots__/packagelist.spec.js.snap index 5570b57..a8383eb 100644 --- a/test/unit/components/__snapshots__/packagelist.spec.js.snap +++ b/test/unit/components/__snapshots__/packagelist.spec.js.snap @@ -1,3 +1,3 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[` component should load the component with packages 1`] = `"
  • Private NPM repository

  • \\"Sam\\"
    Sam
    Versionv1.0.0TimePublished on 21.07.2018, 22:11:12 •9 months ago

  • abc description

  • \\"Rose\\"
    Rose
    Versionv1.0.1TimePublished on 21.07.2018, 22:11:12 •9 months ago

  • xyz description

  • \\"Martin\\"
    Martin
    Versionv1.1.0
"`; +exports[` component should load the component with packages 1`] = `"
  • Private NPM repository

  • \\"Sam\\"
    Sam
    Versionv1.0.0TimePublished on 21.07.2018, 22:11:12 •10 months ago

  • abc description

  • \\"Rose\\"
    Rose
    Versionv1.0.1TimePublished on 21.07.2018, 22:11:12 •10 months ago

  • xyz description

  • \\"Martin\\"
    Martin
    Versionv1.1.0
"`;