You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it("should pass validation if the package has been installed and the npmPackage is undefined but the id matches the package",async()=>{
44
+
it("should pass validation if the package has been installed and the npmPackage property is undefined but the id matches the installed package",async()=>{
it("should fail validation if the package has not been installed and the npmPackage is undefined but the id does not match the package",async()=>{
73
+
it("should fail validation if the package has been installed and the npmPackage property is undefined but the id has a value that does not match the installed package",async()=>{
0 commit comments