Don't show npm lockfiles by default (#3611)

This commit is contained in:
Simen Bekkhus
2017-05-10 16:55:17 +02:00
committed by Colin Seymour
parent eb6a213921
commit fba4babdcd
2 changed files with 5 additions and 4 deletions

View File

@@ -58,6 +58,7 @@ class TestGenerated < Minitest::Test
# npm shrinkwrap file
generated_sample_without_loading_data("Dummy/npm-shrinkwrap.json")
generated_sample_without_loading_data("Dummy/package-lock.json")
# Godep saved dependencies
generated_sample_without_loading_data("Godeps/Godeps.json")