Skip to content

Commit d4b3104

Browse files
committed
chore: Ensure package-lock.json is cleaned before tests
1 parent f160451 commit d4b3104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ describe('interpret.extensions', function() {
147147
process.chdir(path.join(__dirname, fixtureDir));
148148

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

152153
// TODO: log failures

0 commit comments

Comments
 (0)