jest-extended icon indicating copy to clipboard operation
jest-extended copied to clipboard

Additional Jest matchers 🃏💪

Results 150 jest-extended issues
Sort by recently updated
recently updated
newest added

**Feature Request** Description: The issue template is currently confusing (at least to me), as to how to fill it out. Possible solution: Split the template into two different templates, one...

**Feature Request** Description: Add geo matchers: - **toBeGeoLatitude** - **toBeGeoLongitude** I've been using jest and jest-extended for long. Few months ago I needed to make geographic assertions to a project...

```javascript const fn = jest.fn(); const symbol = Symbol('foo'); fn(symbol); expect(fn).toHaveBeenCalledWith(symbol); // jest : right expect(fn).toHaveBeenCalledWith(Symbol('foo')); // jest : wrong expect(fn).toHaveBeenCalledOnceWith(symbol); // jest-extended : right expect(fn).toHaveBeenCalledOnceWith(Symbol('foo')); // jest-extended : right...

**Feature Request** Description: This would give users another tool in their toolkit to ensure an aspect of their site stays accessible. Possible solution: This would ideally come in the form...

The docs currently seem to recommend adding `.d.ts` files: - https://jest-extended.jestcommunity.dev/docs/getting-started/typescript - https://jest-extended.jestcommunity.dev/docs/getting-started/setup#vitest-typescript-types-setup I had success by just adding to `compilerOptions.types` in `tsconfig.json`. Maybe that's all that is needed? ```json5...

**Feature Request** Description: We have many tests dealing with large arrays, but it can be difficult to determine the reason for the failure with the current array matcher messages. Would...

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

This works: ``` expect(items).toIncludeSameMembers([ expect.objectContaining({.... }), expect.objectContaining({... }) ]); ``` Output: ``` Expected list to have the following members and no more: [ObjectContaining {data for expected......}] ``` However ``` expect(items).toEqual(...

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies