437bc76 test: Avoid npm install downloading everything

Authored and Committed by martinpitt 3 years ago
    test: Avoid npm install downloading everything
    
    In the presence of a package-lock.json, `npm install` apparently
    downloads all packages even when giving explicit ones on the CLI. Avoid
    that by removing package-lock.json before.
    
        
file modified
+1 -0