ld75

Results 3 issues of ld75

### Feature description This page : https://docs.tabris.com/latest/custom-widgets.html needs to be more precise on how to call a tabris plugin installed on our application. I wanted to import my tabris plugin...

feature

### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...

bug 🐛

with a jest.config.js containing module.exports = { browser: false, clearMocks: false, globals: { "pageContextRequestContextPath":"./" }, runner: "jest-electron/runner", testEnvironment: "jest-electron/environment", verbose: true, }; When doing console.log("test"); in my tests it doesn't...