We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2de4e4 commit 7da9323Copy full SHA for 7da9323
test/unit/browser/vscode.test.ts
@@ -62,7 +62,7 @@ describe("vscode", () => {
62
document.body.removeChild(mockElement)
63
})
64
65
- describe.only("setBodyBackgroundToThemeBackgroundColor", () => {
+ describe("setBodyBackgroundToThemeBackgroundColor", () => {
66
beforeEach(() => {
67
// We need to set the url in the JSDOM constructor
68
// to prevent this error "SecurityError: localStorage is not available for opaque origins"
0 commit comments