Pavlo Michal
Pavlo Michal
Since Jest 27 [switched default test runner](https://jestjs.io/blog/2021/05/25/jest-27#flipping-defaults), running setup throws: ``` ReferenceError: jasmine is not defined at registerAllureReporter (../../node_modules/jest-allure/dist/setup.js:62:5) at Object. (../../node_modules/jest-allure/dist/setup.js:65:1) ``` --- A workaround on this is to...
E.g. trying to call `AbortSignal` with new throws `Illegal constructor` error. ``` > new AbortSignal() Uncaught TypeError: Illegal constructor. ``` This is not currently handled by the declaration: ``` declare...
👋 This sorts selectors by component name instead of component order in the dependency tree. The change won't affect the appearance of Stencil components, but will make it easier for...
Passing a geometry to turf/length will result in a TypeScript error: ```javascript import length from "@turf/length"; import { lineString } from "@turf/helpers"; const feature = lineString([ [0, 0], [0, 1],...
On Windows, path given to `Fixtures.load()` gets resolved to `C:\C:\...` wich leads to `Error: ENOENT` (it can not be found).
Swapped custom-made resolver to `resolve()` method from `path` module, which doesn't break on Windows.
### Verify latest release - [x] I verified that the issue exists in the latest pnpm release ### pnpm version _No response_ ### Which area(s) of pnpm are affected? (leave...