@salesforcedevs/docs-components
Advanced tools
Comparing version 0.21.1 to 0.22.0
{ | ||
"name": "@salesforcedevs/docs-components", | ||
"version": "0.21.1", | ||
"version": "0.22.0", | ||
"description": "Docs Lightning web components for DSC", | ||
@@ -17,3 +17,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "0bc4dfed21c8b36dc921f5d9e5a1977217abe46c" | ||
"gitHead": "4a6bdaf5c490103e5620c3199b24528b4d3d26f0" | ||
} |
@@ -14,6 +14,2 @@ import ContentMedia from "doc/contentMedia"; | ||
afterEach(() => { | ||
jest.clearAllMocks(); | ||
}); | ||
afterAll(() => { | ||
@@ -20,0 +16,0 @@ global.console = originalConsole; |
@@ -86,11 +86,3 @@ import Button from "dx/button"; | ||
describe(TAG, () => { | ||
afterAll(() => { | ||
jest.resetAllMocks(); | ||
}); | ||
describe("desktop", () => { | ||
afterEach(() => { | ||
jest.clearAllMocks(); | ||
}); | ||
it("renders", () => { | ||
@@ -97,0 +89,0 @@ const element = render(); |
@@ -17,3 +17,2 @@ import HeadingAnchor from "doc/headingAnchor"; | ||
afterEach(() => { | ||
jest.resetAllMocks(); | ||
Object.defineProperty(global.navigator, "clipboard", { | ||
@@ -20,0 +19,0 @@ value: originalClipboard, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
179749
4562