Skip to content

Commit

Permalink
Merge branch '6890-fix-table-column' of https://github.com/public-ui/…
Browse files Browse the repository at this point in the history
…kolibri into 6890-fix-table-column
  • Loading branch information
anicyne committed Nov 22, 2024
2 parents 3772c6a + fb39105 commit 332cad6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/components/test-env.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/* eslint-env node, browser */

global.HTMLDivElement = class HTMLDivElement extends HTMLElement {};

class MutationObserver {
constructor(callback) {}
constructor() {}
disconnect() {}
ResizeObserver(element, initObject) {}
ResizeObserver() {}
takeRecords() {
return [];
}
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"skipLibCheck": true,
"resolveJsonModule": true,
},
"include": ["stencil.config.ts", ".eslintrc.js"],
"include": ["stencil.config.ts", ".eslintrc.js", "test-env.js"],
"exclude": ["node_modules"]
}

0 comments on commit 332cad6

Please sign in to comment.