Skip to content

Commit 193c00e

Browse files
committed
More simplifications.
1 parent 274471b commit 193c00e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

browser-extension/tests/lib/enhancers/github.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ describe('github', () => {
6868
}
6969
})
7070

71-
const meta = document.createElement('meta')
72-
meta.name = 'hostname'
73-
meta.content = 'github.com'
74-
document.head.appendChild(meta)
75-
7671
const enhancers = new EnhancerRegistry()
7772
const textareas = document.querySelectorAll('textarea')
7873

0 commit comments

Comments
 (0)