We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274471b commit 193c00eCopy full SHA for 193c00e
browser-extension/tests/lib/enhancers/github.test.ts
@@ -68,11 +68,6 @@ describe('github', () => {
68
}
69
})
70
71
- const meta = document.createElement('meta')
72
- meta.name = 'hostname'
73
- meta.content = 'github.com'
74
- document.head.appendChild(meta)
75
-
76
const enhancers = new EnhancerRegistry()
77
const textareas = document.querySelectorAll('textarea')
78
0 commit comments