@salesforcedevs/docs-components
Advanced tools
Comparing version 0.4.44 to 0.4.46
{ | ||
"name": "@salesforcedevs/docs-components", | ||
"version": "0.4.44", | ||
"version": "0.4.46", | ||
"description": "Docs Lightning web components for DSC", | ||
@@ -17,3 +17,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "47e5253f24ec7e6bce41bc2f04b61c2174ab665f" | ||
"gitHead": "1c79f5aef1639ed596f2432583b8d84fcb1db3bd" | ||
} |
@@ -179,3 +179,3 @@ import Button from "dx/button"; | ||
expect(buttons[0].href).toEqual("/"); | ||
expect(buttons[2].href).toEqual("test"); | ||
expect(buttons[1].href).toEqual("test"); | ||
return expect(element).toBeAccessible(); | ||
@@ -182,0 +182,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
142137
3611