Martin Blom
Martin Blom
Well ... why not. Issue reporting has been enabled.
Sorry for the late response. It's was not on my roadmap but I will check if it's possible. Might be lot of work because of all the different types of...
Could be dangerous if the user was also editing something on the page?
I could add the sync for new time entries as well, but the sync only executes if the comment field ends with `[##:##–##:##]`, so I'm not sure it would help.
Another option that would work well for us would be to be able to specify a (dynamic; see #32365) limit on worker fixtures themselves, so that a worker fixture is...
Can somebody please merge this and get it out on NPM ASAP?
FYI: I've published [@onslip/karma-safari-launcher](https://www.npmjs.com/package/@onslip/karma-safari-launcher) from https://github.com/Onslip/karma-safari-launcher/tree/onslip.
> FYI: I've published [@onslip/karma-safari-launcher](https://www.npmjs.com/package/@onslip/karma-safari-launcher) from https://github.com/Onslip/karma-safari-launcher/tree/onslip. FYI again: We've switched to [`Onslip/karma-playwright-launcher#v0.2.0`](https://github.com/Onslip/karma-playwright-launcher/tree/onslip) and I don't think we'll ever go back to testing against real Safari (or any other browser,...
I can't get that to work either ... `originalToHaveText` is ` (...u)=>new i(!1,...u)` which seems to return an `AsymmetricMatcher` when called: ```js i { '$$typeof': Symbol(jest.asymmetricMatcher), sample: [ [ 'Node.js',...
Didn't work as-is for me (`Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/matchers/matchers' is not defined by "exports" in .../package.json`, but I got it working in the [import-internal-matchers](https://github.com/LeviticusMB/toHaveText-with-arrays/tree/import-internal-matchers) branch of the demo repo....