feat: connect resource library workflows
This commit is contained in:
@@ -1 +1,17 @@
|
||||
import "@testing-library/jest-dom/vitest";
|
||||
|
||||
if (!HTMLElement.prototype.hasPointerCapture) {
|
||||
HTMLElement.prototype.hasPointerCapture = () => false;
|
||||
}
|
||||
|
||||
if (!HTMLElement.prototype.setPointerCapture) {
|
||||
HTMLElement.prototype.setPointerCapture = () => {};
|
||||
}
|
||||
|
||||
if (!HTMLElement.prototype.releasePointerCapture) {
|
||||
HTMLElement.prototype.releasePointerCapture = () => {};
|
||||
}
|
||||
|
||||
if (!HTMLElement.prototype.scrollIntoView) {
|
||||
HTMLElement.prototype.scrollIntoView = () => {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user