Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / marchaos/jest-mock-extended issues and pull requests
#135 - feat: remove production dependency on "jest" and "@jest/globals", only depend on "jest-mock"
Pull Request -
State: open - Opened by thecopy 23 days ago
#134 - Fix potential bundle issue
Pull Request -
State: closed - Opened by eratio08 3 months ago
#133 - build: 📦 use ts-essentials@10
Pull Request -
State: closed - Opened by Beraliv 7 months ago
- 2 comments
#132 - Capture arguments passed to method on mocked object
Issue -
State: open - Opened by gusgorman2 7 months ago
#131 - fix: ts-essentials version
Pull Request -
State: closed - Opened by timdavish 7 months ago
- 3 comments
#130 - Type 'DeepNullable<K>' does not satisfy the constraint 'WeakKey'
Issue -
State: closed - Opened by zervant-konstantin 8 months ago
- 3 comments
#129 - Add support for Jest v30
Issue -
State: open - Opened by ctsstc about 1 year ago
#128 - Extreme slow processing of mocks that are created via the mock() function
Issue -
State: open - Opened by MarcoLeko about 1 year ago
#127 - fix: allow objects as a parameter in the 'calledWith' method
Pull Request -
State: open - Opened by maxy9 about 1 year ago
- 1 comment
#126 - Make toJSON actual call optional
Pull Request -
State: closed - Opened by eratio08 about 1 year ago
#125 - How to compare mock to an object with jest
Issue -
State: open - Opened by kasium over 1 year ago
- 3 comments
#124 - How to mock an external package with deepMock
Issue -
State: open - Opened by ofekisr over 1 year ago
- 1 comment
#123 - perf(types): prevent immediate deep and circular resolution for deep mock
Pull Request -
State: closed - Opened by millsp over 1 year ago
- 3 comments
#122 - chore(doc): improve documentation
Pull Request -
State: closed - Opened by mrdulin over 1 year ago
#121 - TypeError: Jest: a transform must export a `process` function.
Issue -
State: open - Opened by gustawdaniel over 1 year ago
#120 - Cannot set mock return value on `toString`
Issue -
State: open - Opened by spalladino over 1 year ago
- 1 comment
#119 - Replace usage of Jest globals with @jest/globals package
Pull Request -
State: closed - Opened by macko911 over 1 year ago
- 9 comments
#118 - How to deep-compare objects with `calledWith`?
Issue -
State: open - Opened by smaspe over 1 year ago
- 1 comment
#117 - The captor function causes type errors when used with `calledWith`.
Issue -
State: open - Opened by adam-arold over 1 year ago
#116 - Doesn't work if injectGlobals is false
Issue -
State: closed - Opened by dhardtke over 1 year ago
- 2 comments
#115 - Typescript error when using @jest/globals
Issue -
State: open - Opened by dan2kx over 1 year ago
#114 - Required to use calledWith when using TypeScript
Issue -
State: closed - Opened by dan2kx over 1 year ago
- 2 comments
#113 - Update typescript to v5
Pull Request -
State: closed - Opened by vdhpieter over 1 year ago
- 5 comments
#112 - Support for TypeScript 5.0
Issue -
State: closed - Opened by JamieMagee over 1 year ago
- 1 comment
#111 - Correct pass fallbackMockImplementation
Pull Request -
State: closed - Opened by skovhus over 1 year ago
- 2 comments
#110 - Add support for providing fallbackMockImplementation
Pull Request -
State: closed - Opened by skovhus almost 2 years ago
- 5 comments
#109 - `.calledWith` ignores plain objects as its condition
Issue -
State: closed - Opened by Manstrike almost 2 years ago
- 2 comments
#108 - Doesn't mock special fn in prisma package
Issue -
State: open - Opened by hadeelfouad almost 2 years ago
#107 - feat: Add jest imports and upgrading jest to 29.
Pull Request -
State: closed - Opened by lauryndbrown almost 2 years ago
#106 - how to define overridable default mock implementation
Issue -
State: closed - Opened by adrian-gierakowski about 2 years ago
- 3 comments
#105 - Mocks evaluate to `undefined` when used with expect.anything() or expect.any()
Issue -
State: open - Opened by eliykat about 2 years ago
#104 - make description an optional field in case of custom matchers
Pull Request -
State: open - Opened by blzsaa about 2 years ago
#103 - description field for Custom Matcher should be optional
Issue -
State: open - Opened by blzsaa about 2 years ago
- 2 comments
#102 - Option to have mock methods throw by default
Issue -
State: closed - Opened by rraziel about 2 years ago
- 2 comments
#101 - Observable.of mock interface implementation
Issue -
State: closed - Opened by ZsZs about 2 years ago
- 2 comments
#100 - chore: adds support for `jest@29`
Pull Request -
State: closed - Opened by moltar about 2 years ago
- 4 comments
#99 - add support for Jest 29
Issue -
State: closed - Opened by moltar about 2 years ago
- 1 comment
#98 - spyOn
Issue -
State: open - Opened by xenoterracide over 2 years ago
#97 - Deep mocking results in a TypeScript error + extreme compilation slowness
Issue -
State: closed - Opened by mklopets over 2 years ago
- 10 comments
#96 - allow overriding calledWithFn
Pull Request -
State: closed - Opened by dlech over 2 years ago
- 4 comments
#95 - Fix DeepMockProxy type error for objects which are functions and have fields at the same time
Pull Request -
State: closed - Opened by lallenfrancisl over 2 years ago
- 11 comments
#94 - mockDeep does not work when interface is extended from another type with AxiosInstance
Issue -
State: closed - Opened by lallenfrancisl over 2 years ago
- 1 comment
#93 - Pnpm setup node
Pull Request -
State: closed - Opened by eratio08 over 2 years ago
#92 - Omit issue
Issue -
State: closed - Opened by ayuka-bg over 2 years ago
- 2 comments
#91 - GitHub actions
Pull Request -
State: closed - Opened by eratio08 over 2 years ago
#90 - Doesn't support instanceof
Issue -
State: open - Opened by leosuncin over 2 years ago
- 3 comments
#89 - Support Jest28 #88
Pull Request -
State: closed - Opened by hnisiji over 2 years ago
- 6 comments
#88 - Support Jest ^28
Issue -
State: closed - Opened by jlarmstrongiv over 2 years ago
- 2 comments
#87 - How to handle hoisted mocks
Issue -
State: closed - Opened by moltenice over 2 years ago
- 6 comments
#86 - Explicitly Show DeepMockProxy<T> In Readme Example
Pull Request -
State: closed - Opened by effs over 2 years ago
#85 - ♻️ Make Tests pass for vitest
Pull Request -
State: closed - Opened by eratio08 over 2 years ago
- 1 comment
#84 - No simple getter mocking planned yet?
Issue -
State: open - Opened by Sebastriani over 2 years ago
- 6 comments
#83 - Fix ESM support by avoiding export default as syntax
Pull Request -
State: closed - Opened by Toilal over 2 years ago
#82 - mockDeep nested object issue
Issue -
State: open - Opened by jpasquers over 2 years ago
- 1 comment
#81 - Fix TypeError thrown in mockReset/mockClear
Pull Request -
State: closed - Opened by vinh0604 almost 3 years ago
#80 - I can't mock the resolved value of prisma methods
Issue -
State: closed - Opened by amirhhashemi almost 3 years ago
- 4 comments
#79 - what about normal properties/fields?
Issue -
State: open - Opened by Dealerpriest about 3 years ago
- 8 comments
#78 - Date proxy in 2.0.4 breaks comparison
Issue -
State: closed - Opened by werkshy about 3 years ago
- 4 comments
#77 - Order of calling mock.calledWith() matters
Issue -
State: closed - Opened by derek-pavao about 3 years ago
- 3 comments
#76 - `mockResolvedValue` Type Error
Issue -
State: closed - Opened by eunchurnpark about 3 years ago
- 1 comment
#75 - fix(calledWith) prevent falsy jestAsymmetricMatcher detection for Mock
Pull Request -
State: closed - Opened by s-montigny-desautels about 3 years ago
#74 - Update package.json to include the repository
Pull Request -
State: closed - Opened by msftenhanceprovenance about 3 years ago
#73 - How can I modify the value define in mockReturnValue on a second call to the mocked method/function
Issue -
State: open - Opened by aruizca over 3 years ago
#72 - Export DeepMockProxy
Pull Request -
State: closed - Opened by Sytten over 3 years ago
- 5 comments
#71 - deep mocked objects are unable to have a key called 'calls' with data?
Issue -
State: closed - Opened by toddtarsi over 3 years ago
- 1 comment
#70 - ESM compabillity
Issue -
State: closed - Opened by viceice over 3 years ago
- 9 comments
#69 - Added support for Jest Matchers
Pull Request -
State: closed - Opened by s-montigny-desautels over 3 years ago
#68 - MockImplementations are mocked wihout using deepMock
Issue -
State: open - Opened by s-montigny-desautels over 3 years ago
- 3 comments
#67 - Matcher to match object by values instead of reference
Issue -
State: closed - Opened by TiMESPLiNTER over 3 years ago
#66 - Jest 27 compatibility
Issue -
State: closed - Opened by puchm over 3 years ago
- 2 comments
#65 - Add jest 27.0.0 as peer dependencies
Pull Request -
State: closed - Opened by hantsy over 3 years ago
- 2 comments
#64 - Bump hosted-git-info from 2.8.5 to 2.8.9
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
- 1 comment
Labels: dependencies
#63 - Bump lodash from 4.17.19 to 4.17.21
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
- 1 comment
Labels: dependencies
#62 - Bump handlebars from 4.5.3 to 4.7.7
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
- 1 comment
Labels: dependencies
#61 - Problem mocking interface that has 'name' property.
Issue -
State: open - Opened by ayartsev7 over 3 years ago
#60 - update handler for function
Pull Request -
State: closed - Opened by BruTyler over 3 years ago
- 4 comments
#59 - Bug: mocking Date with calling date.getHours() causes Error
Issue -
State: closed - Opened by BruTyler over 3 years ago
- 2 comments
#58 - Bump y18n from 4.0.0 to 4.0.3
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
- 1 comment
Labels: dependencies
#57 - Add ability to configure global config options, which allows us to ad…
Pull Request -
State: closed - Opened by marchaos over 3 years ago
#56 - Allow overriding ignore props
Pull Request -
State: closed - Opened by marchaos over 3 years ago
#55 - .then defined as a property on an object cannot be used for mock implementations
Issue -
State: closed - Opened by PBug90 over 3 years ago
- 1 comment
#54 - Bump y18n from 4.0.0 to 4.0.1
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
- 1 comment
Labels: dependencies
#53 - calledWith return value redefinition dont work
Issue -
State: closed - Opened by ayartsev7 over 3 years ago
- 2 comments
#52 - mockClear() is not removing calledWith() from mocks
Issue -
State: closed - Opened by tobiasvoelke over 3 years ago
- 1 comment
#51 - Inability to use mocks with rxjs
Issue -
State: closed - Opened by rraziel almost 4 years ago
- 2 comments
#50 - Indicate the mock is a class instance
Pull Request -
State: closed - Opened by codeinabox almost 4 years ago
#49 - Mock array inside an interface returns Proxy
Issue -
State: open - Opened by anrolmar almost 4 years ago
#48 - Mocking objects with non-function values
Issue -
State: open - Opened by PEZO19 about 4 years ago
- 2 comments
#47 - Add generics to mockReturnValue and mockResolvedValue
Issue -
State: closed - Opened by moltar over 4 years ago
- 2 comments
#46 - Bump lodash from 4.17.15 to 4.17.19
Pull Request -
State: closed - Opened by dependabot[bot] over 4 years ago
Labels: dependencies
#45 - Bump version for mockFn release
Pull Request -
State: closed - Opened by shinglyu over 4 years ago
- 2 comments
#44 - Using calledWith where a parameter in an object is a callback
Issue -
State: open - Opened by kobelobster over 4 years ago
- 1 comment
#43 - Angular Services cannot be mocked in Angular TestBed
Issue -
State: open - Opened by tpischke-bedag over 4 years ago
- 7 comments
#42 - Export mockFn
Pull Request -
State: closed - Opened by Sytten over 4 years ago
#40 - Mocha
Issue -
State: closed - Opened by tomitrescak over 4 years ago
- 1 comment
#39 - Change name of calledWith method
Issue -
State: closed - Opened by asnaseer-resilient over 4 years ago
- 1 comment
#38 - Mocking boolean
Issue -
State: closed - Opened by RobertSigma over 4 years ago
- 1 comment
#36 - typescript 3.9.4 compilation issues
Issue -
State: closed - Opened by regevbr over 4 years ago
- 4 comments
#35 - add jest 26 as peer dependency
Pull Request -
State: closed - Opened by JeremyLoy over 4 years ago
#34 - Maintainer help?
Issue -
State: closed - Opened by Sytten over 4 years ago
- 2 comments