Skip to content

Commit

Permalink
Cleanup test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
feelepxyz committed May 10, 2022
1 parent e362a40 commit a7c78e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/lib/commands/audit.js
Expand Up @@ -74,21 +74,22 @@ const validSignatureTree = {
requires: true,
packages: {
'': {
xname: 'scratch',
name: 'scratch',
version: '1.0.0',
dependencies: {
'kms-demo': '1.0.0',
'kms-demo': '^1.0.0',
},
devDependencies: {},
},
'node_modules/kms-demo': {
name: 'kms-demo',
version: '1.0.0',
resolved: 'https://registry.npmjs.org/kms-demo/-/kms-demo-1.0.0.tgz',
},
},
dependencies: {
'kms-demo': {
version: '1.0.0',
resolved: 'https://registry.npmjs.org/kms-demo/-/kms-demo-1.0.0.tgz',
},
},
}),
Expand Down

0 comments on commit a7c78e7

Please sign in to comment.