Ian Culshaw
Ian Culshaw
## Version Info - Version of Majestic: 1.2.23 - Version of Jest: 24.1.0 - Version of Node: 10.15.0 - Operating System: OSX 10.14.3 (mojave) When the app crashes (periodically through...
**Describe the bug** The `t` function doesn't extract a custom context from the t function options parameter. It only pulls from the defaults (male / female) **How to reproduce** Using...
Firstly I love this plugin, it's fantastic. Although I'm writing this issue as it doesn't work I really like it. Thank you for making it. Labels on ModelForms get displayed...
On line 172 in helper.js when adding the click handler for ghostClickHandler `document.addEventListener('click', MBP.ghostClickHandler, true);` this halts all clicks being actioned within BBOS 6. Only workaround I have as of...
Hello, me again. I have done some investigation this morning around how our tests started failing after updating from React 16.4 to 16.6 (then 16.8) but have found that the...
When attempting to override a global specified in the jest.config.js we've found it isn't overriden. We have a set of globals which are basically stubs (in jest.config.js) e.g. ``` module.exports...
When using istanbul, the code which is injected into the files is counted towards the coverage total. By adding the following lines, the rewire-ify injected code is ignore from the...