11cb0ef41Sopenharmony_ci/* IMPORTANT
21cb0ef41Sopenharmony_ci * This snapshot file is auto-generated, but designed for humans.
31cb0ef41Sopenharmony_ci * It should be checked into source control and tracked carefully.
41cb0ef41Sopenharmony_ci * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
51cb0ef41Sopenharmony_ci * Make sure to inspect the output below.  Do not ignore changes!
61cb0ef41Sopenharmony_ci */
71cb0ef41Sopenharmony_ci'use strict'
81cb0ef41Sopenharmony_ciexports[`test/lib/commands/version.js TAP empty versions workspaces with one arg, all workspaces > must match snapshot 1`] = `
91cb0ef41Sopenharmony_ci{
101cb0ef41Sopenharmony_ci  "name": "workspaces-test",
111cb0ef41Sopenharmony_ci  "version": "1.0.0",
121cb0ef41Sopenharmony_ci  "lockfileVersion": 3,
131cb0ef41Sopenharmony_ci  "requires": true,
141cb0ef41Sopenharmony_ci  "packages": {
151cb0ef41Sopenharmony_ci    "": {
161cb0ef41Sopenharmony_ci      "name": "workspaces-test",
171cb0ef41Sopenharmony_ci      "version": "1.0.0",
181cb0ef41Sopenharmony_ci      "workspaces": [
191cb0ef41Sopenharmony_ci        "workspace-a",
201cb0ef41Sopenharmony_ci        "workspace-b"
211cb0ef41Sopenharmony_ci      ]
221cb0ef41Sopenharmony_ci    },
231cb0ef41Sopenharmony_ci    "node_modules/workspace-a": {
241cb0ef41Sopenharmony_ci      "resolved": "workspace-a",
251cb0ef41Sopenharmony_ci      "link": true
261cb0ef41Sopenharmony_ci    },
271cb0ef41Sopenharmony_ci    "node_modules/workspace-b": {
281cb0ef41Sopenharmony_ci      "resolved": "workspace-b",
291cb0ef41Sopenharmony_ci      "link": true
301cb0ef41Sopenharmony_ci    },
311cb0ef41Sopenharmony_ci    "workspace-a": {
321cb0ef41Sopenharmony_ci      "version": "2.0.0"
331cb0ef41Sopenharmony_ci    },
341cb0ef41Sopenharmony_ci    "workspace-b": {
351cb0ef41Sopenharmony_ci      "version": "2.0.0"
361cb0ef41Sopenharmony_ci    }
371cb0ef41Sopenharmony_ci  }
381cb0ef41Sopenharmony_ci}
391cb0ef41Sopenharmony_ci
401cb0ef41Sopenharmony_ci`
411cb0ef41Sopenharmony_ci
421cb0ef41Sopenharmony_ciexports[`test/lib/commands/version.js TAP empty versions workspaces with one arg, all workspaces, saves package.json > must match snapshot 1`] = `
431cb0ef41Sopenharmony_ci{
441cb0ef41Sopenharmony_ci  "name": "workspaces-test",
451cb0ef41Sopenharmony_ci  "version": "1.0.0",
461cb0ef41Sopenharmony_ci  "lockfileVersion": 3,
471cb0ef41Sopenharmony_ci  "requires": true,
481cb0ef41Sopenharmony_ci  "packages": {
491cb0ef41Sopenharmony_ci    "": {
501cb0ef41Sopenharmony_ci      "name": "workspaces-test",
511cb0ef41Sopenharmony_ci      "version": "1.0.0",
521cb0ef41Sopenharmony_ci      "workspaces": [
531cb0ef41Sopenharmony_ci        "workspace-a",
541cb0ef41Sopenharmony_ci        "workspace-b"
551cb0ef41Sopenharmony_ci      ],
561cb0ef41Sopenharmony_ci      "dependencies": {
571cb0ef41Sopenharmony_ci        "workspace-a": "^2.0.0",
581cb0ef41Sopenharmony_ci        "workspace-b": "^2.0.0"
591cb0ef41Sopenharmony_ci      }
601cb0ef41Sopenharmony_ci    },
611cb0ef41Sopenharmony_ci    "node_modules/workspace-a": {
621cb0ef41Sopenharmony_ci      "resolved": "workspace-a",
631cb0ef41Sopenharmony_ci      "link": true
641cb0ef41Sopenharmony_ci    },
651cb0ef41Sopenharmony_ci    "node_modules/workspace-b": {
661cb0ef41Sopenharmony_ci      "resolved": "workspace-b",
671cb0ef41Sopenharmony_ci      "link": true
681cb0ef41Sopenharmony_ci    },
691cb0ef41Sopenharmony_ci    "workspace-a": {
701cb0ef41Sopenharmony_ci      "version": "2.0.0"
711cb0ef41Sopenharmony_ci    },
721cb0ef41Sopenharmony_ci    "workspace-b": {
731cb0ef41Sopenharmony_ci      "version": "2.0.0"
741cb0ef41Sopenharmony_ci    }
751cb0ef41Sopenharmony_ci  }
761cb0ef41Sopenharmony_ci}
771cb0ef41Sopenharmony_ci
781cb0ef41Sopenharmony_ci`
79