Skip to content

Commit

Permalink
chore: Ensure package-lock.json is cleaned before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Apr 7, 2022
1 parent f160451 commit d4b3104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ describe('interpret.extensions', function() {
process.chdir(path.join(__dirname, fixtureDir));

shell.exec('trash node_modules', { silent: true });
shell.exec('trash package-lock.json', { silent: true });
shell.exec('npm install', { silent: true });

// TODO: log failures
Expand Down

0 comments on commit d4b3104

Please sign in to comment.