Skip to content

Commit

Permalink
revert recipes snapshot changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Apr 26, 2021
1 parent cb24ab2 commit 363483a
Showing 1 changed file with 0 additions and 20 deletions.
Expand Up @@ -66,26 +66,6 @@ Object {
}
`;

exports[`npm package resource installs 2 resources, one prod & one dev: NPMPackage destroy 1`] = `
Object {
"_message": "Installed NPM package is-sorted@1.0.2",
"description": "A small module to check if an Array is sorted",
"id": "is-sorted",
"name": "is-sorted",
"version": "1.0.2",
}
`;

exports[`npm package resource installs 2 resources, one prod & one dev: NPMPackage update 1`] = `
Object {
"_message": "Installed NPM package is-sorted@1.0.2",
"description": "A small module to check if an Array is sorted",
"id": "is-sorted",
"name": "is-sorted",
"version": "1.0.2",
}
`;

exports[`package manager client commands generates the correct commands for npm 1`] = `
Array [
"install",
Expand Down

0 comments on commit 363483a

Please sign in to comment.