We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72714f commit 8a98465Copy full SHA for 8a98465
1 file changed
test/js/visualization/pathway.test.js
@@ -19,14 +19,6 @@ const colorPathwayGenesByExpression = PathwayExpression.colorPathwayGenesByExpre
19
20
describe('Pathway expression overlay library', () => {
21
beforeAll(() => {
22
- Element.prototype.insertAdjacentHTML = function(position, html) {
23
- const temp = document.createElement('div')
24
- temp.innerHTML = html
25
- while (temp.firstChild) {
26
- this.appendChild(temp.firstChild)
27
- }
28
29
-
30
// Mock pathway diagram for
31
// "Mammary gland development: pregnancy and lactation - stage 3 of 4" (WP2817)
32
document.body.innerHTML =
0 commit comments