From 38362c95960fbd70e02537eb648af6c8a5cf47ab Mon Sep 17 00:00:00 2001 From: Ayush Sharma Date: Mon, 4 Mar 2019 22:34:10 +0100 Subject: [PATCH] refactor: fixes snapshot --- .../webui/components/__snapshots__/packagelist.spec.js.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/webui/components/__snapshots__/packagelist.spec.js.snap b/test/unit/webui/components/__snapshots__/packagelist.spec.js.snap index cb954c482..e0a9c9cd8 100644 --- a/test/unit/webui/components/__snapshots__/packagelist.spec.js.snap +++ b/test/unit/webui/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 •8 months ago

  • abc description

  • \\"Rose\\"
    Rose
    Versionv1.0.1TimePublished on 21.07.2018, 22:11:12 •8 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 •8 months ago

  • abc description

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

  • xyz description

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