pin webpack version number in unit test

async
Adam Veldhousen 2020-03-22 18:47:44 -05:00
parent 3a29e3b289
commit 2cd9f37bea
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ func TestBuildDependencyTree(t *testing.T) {
args: PackageJSON{
Name: "webpack",
Dependencies: map[string]string{
"webpack": "*",
"webpack": "4.42.0",
},
},
},