Skip to content

Commit 7da9323

Browse files
committed
fixup
1 parent e2de4e4 commit 7da9323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/browser/vscode.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe("vscode", () => {
6262
document.body.removeChild(mockElement)
6363
})
6464
})
65-
describe.only("setBodyBackgroundToThemeBackgroundColor", () => {
65+
describe("setBodyBackgroundToThemeBackgroundColor", () => {
6666
beforeEach(() => {
6767
// We need to set the url in the JSDOM constructor
6868
// to prevent this error "SecurityError: localStorage is not available for opaque origins"

0 commit comments

Comments
 (0)