Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Jul 31, 2023
1 parent bf3f7c2 commit 8bb2ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/utils/yarn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ func TestGetYarnV2Dependencies(t *testing.T) {

func TestBuildYarnV1Dependencies(t *testing.T) {
checkGetYarnDependencies(t, "v1", []string{"[email protected]", "[email protected]", "[email protected]"})

}

func TestGetYarnDependenciesUninstalled(t *testing.T) {
checkGetYarnDependenciesUninstalled(t, "uninstalled-v2")
checkGetYarnDependenciesUninstalled(t, "uninstalled-v3")

}

func checkGetYarnDependenciesUninstalled(t *testing.T, versionDir string) {
Expand Down

0 comments on commit 8bb2ed6

Please sign in to comment.