Tom Mrazauskas

Results 55 issues of Tom Mrazauskas

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

Critical package
Untested Change

## Summary Adds missing admonition in Testing Asynchronous Code page. Tiny change, so I have done all versions in one go. ## Test plan Deploy preview.

cla signed

Part of #12274 ## Summary Here is an attempt to replace `Worker` class exported from `jest-worker` with an async `createWorkerFarm()` factory function. This is needed to allow worker modules in...

cla signed

## Summary If I get it right, the purpose of `@types/heft-jest` is to provide `mocked()` helper. Seems like code was copied from `ts-jest`. The fact is that it was moved...

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

Popular package
Edits Infrastructure

## Summary Currently `@jest/test-utils` package is referenced in `packages/*/tsconfig.json` files. These tsconfigs exclude `./**/__tests__/**/*` (all test files), but `@jest/test-utils` is used only in the test files. Seems that moving the...

cla signed

### Version 29.4.0 ### Steps to reproduce See: https://www.npmjs.com/package/jest-runner/v/29.4.0?activeTab=explore ### Expected behavior `.eslintcache` should not be shipped to NPM. ### Actual behavior For some reason `.eslintcache` was shipped with v29.4.0...

Needs Triage
Bug Report

# Why The goal of this PR is to remove a bunch of unused dev dependencies related with type testing. Since `jest-runner-tsd` is used for testing types, it needs `tsd-lite`...

bot: passed checks

## What I did Replaced deprecated `SvelteComponentTyped` with the `SvelteComponent` type. `SvelteComponentTyped` is deprecated since Svelte 4 (see the [migration guide](https://svelte.dev/docs/v4-migration-guide#sveltecomponenttyped-is-deprecated)) and it is recommended to use the `SvelteComponent` type...

maintenance
typescript
svelte
ci:daily

## Summary This PR migrates `jest-mock` type tests to TSTyche. The diff is hm.. There is no diff actually, these look like newly added files. Not sure if this is...