Skip to content

Commit e1b13a4

Browse files
committed
fixup!
1 parent 6d8fe0f commit e1b13a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/browser/pages/vscode.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ describe("vscode", () => {
295295
}).toThrow("Invalid script url: localhost/foo/bar.js")
296296
})
297297
})
298-
describe.only("main", () => {
298+
describe("main", () => {
299299
beforeEach(() => {
300300
// We need to set the url in the JSDOM constructor
301301
// to prevent this error "SecurityError: localStorage is not available for opaque origins"

0 commit comments

Comments
 (0)